Home
last modified time | relevance | path

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

/aosp12/build/soong/finder/
H A Dfinder.go90 type CacheParams struct { struct
92 WorkingDirectory string
95 RootDirs []string
98 ExcludeDirs []string
102 PruneFiles []string
105 IncludeFiles []string
108 IncludeSuffixes []string
113 CacheParams anonMember
168 func New(cacheParams CacheParams, filesystem fs.FileSystem,
174 func newImpl(cacheParams CacheParams, filesystem fs.FileSystem,
H A Dfinder_test.go35 func newFinder(t *testing.T, filesystem *fs.MockFs, cacheParams CacheParams) *Finder {
39 func newFinderWithNumThreads(t *testing.T, filesystem *fs.MockFs, cacheParams CacheParams, numThrea…
47 func newFinderAndErr(t *testing.T, filesystem *fs.MockFs, cacheParams CacheParams, numThreads int) …
/aosp12/build/soong/finder/cmd/
H A Dfinder.go149 func runFind(params finder.CacheParams, logger *log.Logger) (paths []string, err error) {