internal/abi.InterfaceType.PkgPath (field)

12 uses

	internal/abi (current package)
		type.go#L417: 	PkgPath Name      // import path

	internal/reflectlite
		type.go#L460: 						tmPkgPath = t.PkgPath.Name()
		type.go#L464: 						vmPkgPath = v.PkgPath.Name()
		type.go#L493: 					tmPkgPath = t.PkgPath.Name()

	reflect
		type.go#L842: 			m.PkgPath = t.PkgPath.Name()
		type.go#L1301: 						tmPkgPath = t.PkgPath.Name()
		type.go#L1305: 						vmPkgPath = v.PkgPath.Name()
		type.go#L1334: 					tmPkgPath = t.PkgPath.Name()

	runtime
		iface.go#L215: 			ipkg = inter.PkgPath.Name()
		type.go#L70: 		return it.PkgPath.Name()
		type.go#L397: 		if it.PkgPath.Name() != iv.PkgPath.Name() {