Searched refs:GetPathString (Results 1 – 5 of 5) sorted by relevance
/aosp12/build/soong/android/ |
H A D | apex.go | 948 ctx.GetPathString(false),
|
H A D | module.go | 313 GetPathString(skipFirst bool) string 2496 func (b *baseModuleContext) GetPathString(skipFirst bool) string { func
|
/aosp12/system/tools/aidl/build/ |
H A D | aidl_interface.go | 220 mctx.ModuleErrorf("Dependency path: %s", mctx.GetPathString(true))
|
/aosp12/build/soong/apex/ |
H A D | apex.go | 2300 …his APEX via static linking. Dependency path: %s", to.String(), fromName, ctx.GetPathString(false)) 2382 fromName, toName, ctx.GetPathString(true), apexName, toName)
|
/aosp12/build/soong/cc/ |
H A D | cc.go | 2468 "Dependency list: %s", ctx.OtherModuleName(to), ctx.GetPathString(false))
|