Home
last modified time | relevance | path

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

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