Home
last modified time | relevance | path

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

/build/soong/java/
Dandroid_resources.go78 files := data.paths.PathsInDirectory(filepath.Join(data.dir, dir.String()))
/build/soong/android/
Dpaths_test.go714 inA := sortedPaths.PathsInDirectory("a")
724 inA_B := sortedPaths.PathsInDirectory("a/b")
733 inB := sortedPaths.PathsInDirectory("b")
Dpaths.go650 func (p DirectorySortedPaths) PathsInDirectory(dir string) Paths { func