internal/abi.InterfaceType.PkgPath (field)

12 uses

	internal/abi (current package)
		type.go#L455: 	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#L973: 			m.PkgPath = t.PkgPath.Name()
		type.go#L1448: 						tmPkgPath = t.PkgPath.Name()
		type.go#L1452: 						vmPkgPath = v.PkgPath.Name()
		type.go#L1481: 					tmPkgPath = t.PkgPath.Name()

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