/build/blueprint/ |
D | Blueprints | 5 "blueprint-pathtools", 61 name: "blueprint-pathtools", 62 pkgPath: "github.com/google/blueprint/pathtools", 67 "pathtools/lists.go", 68 "pathtools/fs.go", 69 "pathtools/glob.go", 72 "pathtools/fs_test.go", 73 "pathtools/glob_test.go", 74 "pathtools/lists_test.go", 110 "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/ |
D | glob.go | 53 globCmd, pathtools.BPGlobArgumentVersion), 93 func multipleGlobFilesRule(ctx GlobFileContext, fileListFile string, shard int, globs pathtools.Mul… 152 globLister func() pathtools.MultipleGlobResults 168 globBuckets := make([]pathtools.MultipleGlobResults, numGlobBuckets) 194 err := pathtools.WriteFileIfChanged(absolutePath(fileListFile), globs.FileList(), 0666) 209 globLister func() pathtools.MultipleGlobResults) ([]byte, []error) { 270 func globToBucket(g pathtools.GlobResult) int {
|
/build/blueprint/bootstrap/bpglob/ |
D | bpglob.go | 86 if vers != pathtools.BPGlobArgumentVersion { 201 var results pathtools.MultipleGlobResults 203 result, err := pathtools.Glob(glob.pattern, glob.excludes, pathtools.FollowSymlinks) 211 err := pathtools.WriteFileIfChanged(fileListFile, results.FileList(), 0666)
|
/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/cc/ |
D | proto.go | 38 ccFile = android.PathForModuleGen(ctx, "proto", pathtools.ReplaceExtension(rel, "pb"+srcSuffix)) 39 headerFile = android.PathForModuleGen(ctx, "proto", pathtools.ReplaceExtension(rel, "pb.h")) 44 optionsFile := pathtools.ReplaceExtension(protoFile.String(), "options")
|
D | Android.bp | 10 "blueprint-pathtools",
|
/build/soong/xml/ |
D | Android.bp | 10 "blueprint-pathtools",
|
/build/soong/dexpreopt/ |
D | Android.bp | 19 "blueprint-pathtools",
|
D | dexpreopt.go | 223 pathtools.ReplaceExtension(filepath.Base(path), "odex")) 226 …odexPath := module.BuildPath.InSameDir(ctx, "oat", arch.String(), pathtools.ReplaceExtension(base,… 233 vdexInstallPath := pathtools.ReplaceExtension(odexInstallPath, "vdex") 399 dmInstalledPath := pathtools.ReplaceExtension(module.DexLocation, "dm") 450 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/java/ |
D | java_resources.go | 69 args = append(args, "-f", pathtools.MatchEscape(path)) 112 args = append(args, "-f", pathtools.MatchEscape(path))
|
D | Android.bp | 10 "blueprint-pathtools",
|
/build/soong/tradefed/ |
D | Android.bp | 25 "blueprint-pathtools",
|
/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…
|
D | Android.bp | 26 "blueprint-pathtools",
|
/build/soong/android/ |
D | paths.go | 566 } else if pathtools.IsGlob(sPath) { 993 var result pathtools.GlobResult 996 result, err = ctx.Config().fs.Glob(path.String(), nil, pathtools.FollowSymlinks) 1017 if pathtools.IsGlob(path.String()) { 1048 if pathtools.IsGlob(path.String()) { 1099 if pathtools.IsGlob(dir) { 1150 return PathForModuleObj(ctx, subdir, pathtools.ReplaceExtension(p.path, ext)) 1221 ret := PathForOutput(ctx, pathtools.ReplaceExtension(p.path, ext)) 1222 ret.rel = pathtools.ReplaceExtension(p.rel, ext) 1327 return PathForModuleGen(ctx, subdir, pathtools.ReplaceExtension(p.path, ext)) [all …]
|
D | bazel_paths.go | 137 func directoryHasBlueprint(fs pathtools.FileSystem, prefix string, components []string, componentIn… 267 if pathtools.IsGlob(p) { 348 return PathForModuleObj(ctx, subdir, pathtools.ReplaceExtension(p.path, ext))
|
/build/soong/cmd/zipsync/ |
D | Android.bp | 23 "blueprint-pathtools",
|
/build/soong/cmd/extract_jar_packages/ |
D | Android.bp | 23 "blueprint-pathtools",
|
/build/soong/cmd/merge_zips/ |
D | Android.bp | 23 "blueprint-pathtools",
|