Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go2043 type testPath struct { struct
2047 func (p testPath) RelativeToTop() Path { argument
2052 func (p testPath) String() string { argument
2056 var _ Path = testPath{}
2065 return testPath{basePath{path: p, rel: p}}
2077 return testPath{basePath{path: p, rel: r}}