Home
last modified time | relevance | path

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

/build/soong/java/
Dandroid_resources.go93 files := data.paths.PathsInDirectory(filepath.Join(data.dir, dir.String()))
/build/soong/android/
Dpaths_test.go881 inA := sortedPaths.PathsInDirectory("a")
891 inA_B := sortedPaths.PathsInDirectory("a/b")
900 inB := sortedPaths.PathsInDirectory("b")
Dpaths.go842 func (p DirectorySortedPaths) PathsInDirectory(dir string) Paths { func