Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder_test.go101 foundPaths := finder.FindNamedAt(root, "findme.txt")
223 foundPaths := finder.FindNamedAt("", "findme.txt")
247 foundPaths := finder.FindNamedAt(root, "findme.txt")
293 foundPaths := finder.FindNamedAt("/tmp", "findme.txt")
324 foundPaths := finder.FindNamedAt("/tmp", "findme.txt")
350 foundPaths := finder.FindNamedAt("/tmp/a", "findme.txt")
373 foundPaths := finder.FindNamedAt("/tmp/a", "findme.txt")
400 foundPaths := finder.FindNamedAt("/tmp", "misc.txt")
431 foundPaths := finder.FindNamedAt("a", "hi.txt")
436 foundPaths = finder.FindNamedAt("/tmp/include", "hi.txt")
[all …]
Dfinder.go237 return f.FindNamedAt("/", fileName)
243 func (f *Finder) FindNamedAt(rootPath string, fileName string) []string { func
/build/soong/ui/build/
Dfinder.go135 androidProductsMks := f.FindNamedAt("device", "AndroidProducts.mk")
136 androidProductsMks = append(androidProductsMks, f.FindNamedAt("vendor", "AndroidProducts.mk")...)
137 androidProductsMks = append(androidProductsMks, f.FindNamedAt("product", "AndroidProducts.mk")...)
151 owners := f.FindNamedAt(".", "OWNERS")
158 testMappings := f.FindNamedAt(".", "TEST_MAPPING")
165 androidBps := f.FindNamedAt(".", "Android.bp")
167 androidBps = append(androidBps, f.FindNamedAt("build/blueprint", "Blueprints")...)