Searched refs:fileListFile (Results 1 – 3 of 3) sorted by relevance
/build/blueprint/bootstrap/ |
D | glob.go | 74 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/ |
D | bpglob.go | 200 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/ |
D | android_resources.go | 53 fileListFile android.WritablePath) { 56 androidResourceIgnoreFilenames, fileListFile)
|