Searched defs:pkgPath (Results 1 – 5 of 5) sorted by relevance
/aosp12/build/blueprint/bootstrap/bpdoc/ |
H A D | reader.go | 86 func (r *Reader) PropertyStruct(pkgPath, name string, defaults reflect.Value) (*PropertyStruct, err… argument 116 func (r *Reader) getModuleTypeDoc(pkgPath, factoryFuncName string) (string, error) { argument 140 func (r *Reader) getPropertyStruct(pkgPath, name string) *PropertyStruct { argument 149 func (r *Reader) putPropertyStruct(pkgPath, name string, ps *PropertyStruct) *PropertyStruct { argument
|
H A D | reader_test.go | 105 var pkgPath string var
|
/aosp12/build/blueprint/bootstrap/ |
H A D | bootstrap.go | 523 func buildGoPluginLoader(ctx blueprint.ModuleContext, pkgPath, pluginSrc string) bool { argument
|
/aosp12/build/blueprint/ |
H A D | package_ctx.go | 79 pkgPath string member
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | AssetManager.cpp | 87 String8 idmapPathForPackagePath(const String8& pkgPath) { in idmapPathForPackagePath()
|