Home
last modified time | relevance | path

Searched refs:fileListFile (Results 1 – 3 of 3) sorted by relevance

/build/blueprint/bootstrap/
Dglob.go74 func GlobFile(ctx GlobFileContext, pattern string, excludes []string, fileListFile string) {
81 Outputs: []string{fileListFile},
93 func multipleGlobFilesRule(ctx GlobFileContext, fileListFile string, shard int, globs pathtools.Mul…
112 Outputs: []string{fileListFile},
179 fileListFile := filepath.Join(globsDir, strconv.Itoa(i))
194 err := pathtools.WriteFileIfChanged(absolutePath(fileListFile), globs.FileList(), 0666)
196 panic(fmt.Errorf("error writing %s: %s", fileListFile, err))
200 multipleGlobFilesRule(ctx, fileListFile, i, globs)
203 ctx.AddNinjaFileDeps(fileListFile)
/build/blueprint/bootstrap/bpglob/
Dbpglob.go200 func globsWithDepFile(fileListFile, depFile string, globs []globArg) error { argument
211 err := pathtools.WriteFileIfChanged(fileListFile, results.FileList(), 0666)
213 return fmt.Errorf("failed to write file list to %q: %w", fileListFile, err)
218 err = deptools.WriteDepFile(depFile, fileListFile, results.Deps())
/build/soong/java/
Dandroid_resources.go53 fileListFile android.WritablePath) {
56 androidResourceIgnoreFilenames, fileListFile)