Home
last modified time | relevance | path

Searched defs:Finder (Results 1 – 3 of 3) sorted by relevance

/build/soong/finder/
Dfinder.go148 type Finder struct { struct
150 DbPath string
151 numDbLoadingThreads int
152 numSearchingThreads int
153 cacheMetadata cacheMetadata
154 logger Logger
155 filesystem fs.FileSystem
158 threadPool *threadPool
159 mutex sync.Mutex
160 fsErrs []fsErr
[all …]
Dfinder_test.go60 func finderWithSameParams(t *testing.T, original *Finder) *Finder {
68 func finderAndErrorWithSameParams(t *testing.T, original *Finder) (*Finder, error) {
/build/soong/ui/build/
Dfinder.go123 func FindSources(ctx Context, config Config, f *finder.Finder) {