Home
last modified time | relevance | path

Searched refs:PrefixedExistentPathsForSourcesVariable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/build/soong/cc/config/
H A Dglobal.go496 pctx.PrefixedExistentPathsForSourcesVariable("CommonGlobalIncludes", "-I", commonGlobalIncludes)
523 pctx.PrefixedExistentPathsForSourcesVariable("RsGlobalIncludes", "-I", rsGlobalIncludes)
/aosp_15_r20/build/soong/android/
H A Dpackage_ctx.go227 func (p PackageContext) PrefixedExistentPathsForSourcesVariable( func