Home
last modified time | relevance | path

Searched refs:pathForBuildToolDep (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/soong/android/
H A Dwritedocs.go50 deps = append(deps, pathForBuildToolDep(ctx, ctx.Config().moduleListFile))
51 deps = append(deps, pathForBuildToolDep(ctx, ctx.Config().ProductVariablesFileName))
H A Dqueryview.go59 moduleListFilePath := pathForBuildToolDep(ctx, ctx.Config().moduleListFile)
61 deps = append(deps, pathForBuildToolDep(ctx, ctx.Config().ProductVariablesFileName))
H A Dconfig.go997 pathForBuildToolDep(ctx, *c.productVariables.DexpreoptGlobalConfig))
H A Dpaths.go1174 func pathForBuildToolDep(ctx PathContext, path string) toolDepPath { func