Home
last modified time | relevance | path

Searched defs:DirEntries (Results 1 – 2 of 2) sorted by relevance

/build/soong/ui/build/
Dfinder.go102 func findBazelFiles(entries finder.DirEntries) (dirNames []string, fileNames []string) {
/build/soong/finder/
Dfinder.go449 type DirEntries struct { struct
450 Path string
453 DirNames []string
455 FileNames []string