Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go1945 type testPath struct { struct
1949 func (p testPath) RelativeToTop() Path { argument
1954 func (p testPath) String() string { argument
1958 var _ Path = testPath{}
1967 return testPath{basePath{path: p, rel: p}}