internal/abi.InterfaceType.PkgPath (field)

12 uses

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

	internal/reflectlite
		type.go#L449: 						tmPkgPath = t.PkgPath.Name()
		type.go#L453: 						vmPkgPath = v.PkgPath.Name()
		type.go#L482: 					tmPkgPath = t.PkgPath.Name()

	reflect
		type.go#L985: 			m.PkgPath = t.PkgPath.Name()
		type.go#L1442: 						tmPkgPath = t.PkgPath.Name()
		type.go#L1446: 						vmPkgPath = v.PkgPath.Name()
		type.go#L1475: 					tmPkgPath = t.PkgPath.Name()

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