Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go1825 type testPath struct { struct
1829 func (p testPath) RelativeToTop() Path { argument
1834 func (p testPath) String() string { argument
1838 var _ Path = testPath{}
1847 return testPath{basePath{path: p, rel: p}}