Home
last modified time | relevance | path

Searched defs:pkgPath (Results 1 – 5 of 5) sorted by relevance

/aosp12/build/blueprint/bootstrap/bpdoc/
H A Dreader.go86 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 Dreader_test.go105 var pkgPath string var
/aosp12/build/blueprint/bootstrap/
H A Dbootstrap.go523 func buildGoPluginLoader(ctx blueprint.ModuleContext, pkgPath, pluginSrc string) bool { argument
/aosp12/build/blueprint/
H A Dpackage_ctx.go79 pkgPath string member
/aosp12/frameworks/base/libs/androidfw/
H A DAssetManager.cpp87 String8 idmapPathForPackagePath(const String8& pkgPath) { in idmapPathForPackagePath()