Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder.go141 type Finder struct { struct
143 DbPath string
144 numDbLoadingThreads int
145 numSearchingThreads int
146 cacheMetadata cacheMetadata
147 logger Logger
148 filesystem fs.FileSystem
151 threadPool *threadPool
152 mutex sync.Mutex
153 fsErrs []fsErr
[all …]
Dfinder_test.go62 func finderWithSameParams(t *testing.T, original *Finder) *Finder {
70 func finderAndErrorWithSameParams(t *testing.T, original *Finder) (*Finder, error) {
/build/soong/ui/build/
Dfinder.go82 func FindSources(ctx Context, config Config, f *finder.Finder) {
/build/soong/cmd/multiproduct_kati/
Dmain.go152 Finder *finder.Finder member