/build/blueprint/ |
D | Android.bp | 36 "blueprint-pathtools", 92 name: "blueprint-pathtools", 93 pkgPath: "github.com/google/blueprint/pathtools", 98 "pathtools/lists.go", 99 "pathtools/fs.go", 100 "pathtools/glob.go", 103 "pathtools/fs_test.go", 104 "pathtools/glob_test.go", 105 "pathtools/lists_test.go", 141 "blueprint-pathtools", [all …]
|
D | glob.go | 25 func verifyGlob(key globKey, pattern string, excludes []string, g pathtools.GlobResult) { 61 result, err := c.fs.Glob(pattern, excludes, pathtools.FollowSymlinks) 84 func (c *Context) Globs() pathtools.MultipleGlobResults { 97 globs := make(pathtools.MultipleGlobResults, len(keys))
|
/build/blueprint/bootstrap/bpglob/ |
D | bpglob.go | 125 var results pathtools.MultipleGlobResults 127 result, err := pathtools.Glob(glob.pattern, glob.excludes, pathtools.FollowSymlinks) 135 err := pathtools.WriteFileIfChanged(fileListFile, results.FileList(), 0666)
|
/build/blueprint/bootstrap/ |
D | glob.go | 95 func multipleGlobFilesRule(ctx GlobFileContext, fileListFile string, shard int, globs pathtools.Mul… 154 GlobLister func() pathtools.MultipleGlobResults 178 globBuckets := make([]pathtools.MultipleGlobResults, numGlobBuckets) 200 err := pathtools.WriteFileIfChanged(absoluteFileListFile, globs.FileList(), 0666) 274 func globToBucket(g pathtools.GlobResult) int {
|
D | writedocs.go | 44 pkgFiles[m.properties.PkgPath] = pathtools.PrefixPaths(m.properties.Srcs,
|
/build/soong/cmd/zip2zip/ |
D | zip2zip.go | 143 if match, err := pathtools.Match(input, file.Name); err != nil { 149 if pathtools.IsGlob(input) { 205 if uncompressMatch, err := pathtools.Match(u, match.newName); err != nil { 277 if match, err := pathtools.Match(f, s); err != nil { 291 if pathtools.IsGlob(first) {
|
D | Android.bp | 23 "blueprint-pathtools",
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | Android.bp | 12 "blueprint-pathtools",
|
/build/soong/java/ |
D | java_resources.go | 69 args = append(args, "-f", pathtools.MatchEscape(path)) 112 args = append(args, "-f", pathtools.MatchEscape(path))
|
/build/soong/xml/ |
D | Android.bp | 10 "blueprint-pathtools",
|
/build/soong/dexpreopt/ |
D | Android.bp | 19 "blueprint-pathtools",
|
D | dexpreopt.go | 215 pathtools.ReplaceExtension(filepath.Base(path), "odex")) 232 …odexPath := module.BuildPath.InSameDir(ctx, "oat", arch.String(), pathtools.ReplaceExtension(base,… 239 vdexInstallPath := pathtools.ReplaceExtension(odexInstallPath, "vdex") 430 dmInstalledPath := pathtools.ReplaceExtension(module.DexLocation, "dm") 476 appImageInstallPath := pathtools.ReplaceExtension(odexInstallPath, "art")
|
/build/soong/genrule/ |
D | Android.bp | 10 "blueprint-pathtools",
|
/build/blueprint/pathtools/ |
D | lists_test.go | 14 package pathtools package
|
D | lists.go | 15 package pathtools package
|
/build/soong/zip/ |
D | zip.go | 80 fs pathtools.FileSystem 87 fs: pathtools.OsFs, 175 arg.SourceFiles[i] = pathtools.MatchEscape(arg.SourceFiles[i]) 219 followSymlinks pathtools.ShouldFollowSymlinks 223 fs pathtools.FileSystem 252 Filesystem pathtools.FileSystem 261 followSymlinks := pathtools.ShouldFollowSymlinks(!args.StoreSymlinks) 276 z.fs = pathtools.OsFs 389 err := pathtools.WriteFileIfChanged(args.OutputFilePath, buf.Bytes(), 0666) 712 func (z *ZipWriter) writeFileContents(header *zip.FileHeader, r pathtools.ReaderAtSeekerCloser) (er…
|
/build/soong/cc/ |
D | proto.go | 44 ccFile = android.PathForModuleGen(ctx, "proto", pathtools.ReplaceExtension(rel, "pb"+srcSuffix)) 45 headerFile = android.PathForModuleGen(ctx, "proto", pathtools.ReplaceExtension(rel, "pb.h")) 50 optionsFile := pathtools.ReplaceExtension(protoFile.String(), "options")
|
/build/soong/cmd/symbols_map/ |
D | Android.bp | 17 "blueprint-pathtools",
|
/build/soong/tradefed/ |
D | Android.bp | 25 "blueprint-pathtools",
|
/build/soong/snapshot/ |
D | Android.bp | 10 "blueprint-pathtools",
|
/build/soong/android_sdk/ |
D | sdk_repo_host.go | 253 if match, err := pathtools.Match(remap.From, path); err != nil { 257 if pathtools.IsGlob(remap.From) { 278 if pathtools.IsGlob(first) {
|
/build/soong/android/ |
D | bazel_paths.go | 207 func directoryHasBlueprint(fs pathtools.FileSystem, prefix string, components []string, componentIn… 347 if pathtools.IsGlob(p) { 445 return PathForModuleGen(ctx, subdir, pathtools.ReplaceExtension(p.path, ext)) 449 return PathForModuleObj(ctx, subdir, pathtools.ReplaceExtension(p.path, ext))
|
/build/soong/cmd/merge_zips/ |
D | Android.bp | 23 "blueprint-pathtools",
|
/build/soong/cmd/zipsync/ |
D | Android.bp | 23 "blueprint-pathtools",
|
/build/soong/cmd/extract_jar_packages/ |
D | Android.bp | 23 "blueprint-pathtools",
|