Searched refs:Finder (Results 1 – 4 of 4) sorted by relevance
/build/soong/finder/ |
D | finder.go | 141 type Finder struct { struct 166 logger Logger, dbPath string) (f *Finder, err error) { 172 logger Logger, dbPath string, numThreads int) (f *Finder, err error) { 184 f = &Finder{ 220 func (f *Finder) FindAll() []string { argument 225 func (f *Finder) FindAt(rootDir string) []string { argument 233 func (f *Finder) FindNamed(fileName string) []string { argument 240 func (f *Finder) FindNamedAt(rootPath string, fileName string) []string { argument 256 func (f *Finder) FindFirstNamed(fileName string) []string { argument 262 func (f *Finder) FindFirstNamedAt(rootPath string, fileName string) []string { argument [all …]
|
D | finder_test.go | 34 func newFinder(t *testing.T, filesystem *fs.MockFs, cacheParams CacheParams) *Finder { 38 …hNumThreads(t *testing.T, filesystem *fs.MockFs, cacheParams CacheParams, numThreads int) *Finder { 46 …rr(t *testing.T, filesystem *fs.MockFs, cacheParams CacheParams, numThreads int) (*Finder, error) { 59 func finderWithSameParams(t *testing.T, original *Finder) *Finder { argument 67 func finderAndErrorWithSameParams(t *testing.T, original *Finder) (*Finder, error) { argument
|
/build/soong/ui/build/ |
D | finder.go | 35 func NewSourceFinder(ctx Context, config Config) (f *finder.Finder) { 82 func FindSources(ctx Context, config Config, f *finder.Finder) { argument
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 144 Finder *finder.Finder member 310 Finder: finder, 420 build.FindSources(ctx, config, mpctx.Finder)
|