Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder.go229 return f.FindMatching(rootDir, filter)
251 return f.FindMatching(rootPath, filter)
276 return f.FindMatching(rootPath, filter)
283 func (f *Finder) FindMatching(rootPath string, filter WalkFunc) []string { func