Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder.go234 return entries.DirNames, entries.FileNames
255 return entries.DirNames, matches
281 return entries.DirNames, matches
457 DirNames []string member
1342 items.DirNames = []string{}
1360 for _, dirName := range items.DirNames {
1361 items.DirNames[writeIndex] = dirName
1376 items.DirNames = items.DirNames[:writeIndex]
1445 entry := &DirEntries{Path: path, DirNames: subdirs, FileNames: subfiles}
1450 for _, subdirName := range entry.DirNames {
[all …]
Dfinder_test.go142 return entries.DirNames, matches
/build/soong/ui/build/
Dfinder.go118 return entries.DirNames, matches