Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go924 type toolDepPath struct { struct
928 var _ Path = toolDepPath{}
935 func pathForBuildToolDep(ctx PathContext, path string) toolDepPath {
936 return toolDepPath{basePath{path, ctx.Config(), ""}}