Searched refs:GetPathString (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/build/soong/android/ |
H A D | base_module_context.go | 232 GetPathString(skipFirst bool) string methodSpec 651 func (b *baseModuleContext) GetPathString(skipFirst bool) string { func
|
H A D | apex.go | 833 ctx.GetPathString(false),
|
/aosp_15_r20/system/tools/aidl/build/ |
D | aidl_interface.go | 149 ctx.ModuleErrorf("Dependency path: %s", ctx.GetPathString(true))
|
/aosp_15_r20/build/soong/apex/ |
H A D | apex.go | 2618 …his APEX via static linking. Dependency path: %s", to.String(), fromName, ctx.GetPathString(false)) 2742 fromName, toName, ctx.GetPathString(true), hint, toName)
|
/aosp_15_r20/build/soong/cc/ |
H A D | cc.go | 2921 "Dependency list: %s", ctx.OtherModuleName(to), ctx.GetPathString(false))
|