Home
last modified time | relevance | path

Searched refs:GetPathString (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/build/soong/android/
H A Dbase_module_context.go232 GetPathString(skipFirst bool) string methodSpec
651 func (b *baseModuleContext) GetPathString(skipFirst bool) string { func
H A Dapex.go833 ctx.GetPathString(false),
/aosp_15_r20/system/tools/aidl/build/
Daidl_interface.go149 ctx.ModuleErrorf("Dependency path: %s", ctx.GetPathString(true))
/aosp_15_r20/build/soong/apex/
H A Dapex.go2618 …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 Dcc.go2921 "Dependency list: %s", ctx.OtherModuleName(to), ctx.GetPathString(false))