Searched refs:Finder (Results 1 – 3 of 3) sorted by relevance
/build/soong/finder/ |
D | finder.go | 148 type Finder struct { struct 173 logger Logger, dbPath string) (f *Finder, err error) { 179 logger Logger, dbPath string, numThreads int) (f *Finder, err error) { 191 f = &Finder{ 227 func (f *Finder) FindAll() []string { argument 232 func (f *Finder) FindAt(rootDir string) []string { argument 240 func (f *Finder) FindNamed(fileName string) []string { argument 247 func (f *Finder) FindNamedAt(rootPath string, fileName string) []string { argument 263 func (f *Finder) FindFirstNamed(fileName string) []string { argument 269 func (f *Finder) FindFirstNamedAt(rootPath string, fileName string) []string { argument [all …]
|
D | finder_test.go | 35 func newFinder(t *testing.T, filesystem *fs.MockFs, cacheParams CacheParams) *Finder { 39 …hNumThreads(t *testing.T, filesystem *fs.MockFs, cacheParams CacheParams, numThreads int) *Finder { 47 …rr(t *testing.T, filesystem *fs.MockFs, cacheParams CacheParams, numThreads int) (*Finder, error) { 60 func finderWithSameParams(t *testing.T, original *Finder) *Finder { argument 68 func finderAndErrorWithSameParams(t *testing.T, original *Finder) (*Finder, error) { argument
|
/build/soong/ui/build/ |
D | finder.go | 38 func NewSourceFinder(ctx Context, config Config) (f *finder.Finder) { 123 func FindSources(ctx Context, config Config, f *finder.Finder) { argument
|