Home
last modified time | relevance | path

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

/build/soong/android/
Dwritedocs.go50 deps = append(deps, pathForBuildToolDep(ctx, ctx.Config().moduleListFile))
51 deps = append(deps, pathForBuildToolDep(ctx, ctx.Config().ProductVariablesFileName))
Dqueryview.go59 moduleListFilePath := pathForBuildToolDep(ctx, ctx.Config().moduleListFile)
61 deps = append(deps, pathForBuildToolDep(ctx, ctx.Config().ProductVariablesFileName))
Dpaths.go1174 func pathForBuildToolDep(ctx PathContext, path string) toolDepPath { func