Searched defs:CacheParams (Results 1 – 3 of 3) sorted by relevance
/build/soong/finder/ |
D | finder.go | 90 type CacheParams struct { struct 92 WorkingDirectory string 95 RootDirs []string 98 ExcludeDirs []string 102 PruneFiles []string 105 IncludeFiles []string 110 CacheParams anonMember 165 func New(cacheParams CacheParams, filesystem fs.FileSystem, 171 func newImpl(cacheParams CacheParams, filesystem fs.FileSystem,
|
D | finder_test.go | 37 func newFinder(t *testing.T, filesystem *fs.MockFs, cacheParams CacheParams) *Finder { 41 func newFinderWithNumThreads(t *testing.T, filesystem *fs.MockFs, cacheParams CacheParams, numThrea… 49 func newFinderAndErr(t *testing.T, filesystem *fs.MockFs, cacheParams CacheParams, numThreads int) …
|
/build/soong/finder/cmd/ |
D | finder.go | 149 func runFind(params finder.CacheParams, logger *log.Logger) (paths []string, err error) {
|