Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go1158 type toolDepPath struct { struct
1162 func (t toolDepPath) RelativeToTop() Path { argument
1167 var _ Path = toolDepPath{}
1174 func pathForBuildToolDep(ctx PathContext, path string) toolDepPath {
1175 return toolDepPath{basePath{path, ""}}