Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go1343 type toolDepPath struct { struct
1347 func (t toolDepPath) RelativeToTop() Path { argument
1352 var _ Path = toolDepPath{}
1359 func pathForBuildToolDep(ctx PathContext, path string) toolDepPath {
1360 return toolDepPath{basePath{path, ""}}