Searched refs:pathtools (Results 1 – 25 of 39) sorted by relevance
12
/build/blueprint/ |
D | Blueprints | 5 "blueprint-pathtools", 59 name: "blueprint-pathtools", 60 pkgPath: "github.com/google/blueprint/pathtools", 65 "pathtools/lists.go", 66 "pathtools/fs.go", 67 "pathtools/glob.go", 70 "pathtools/fs_test.go", 71 "pathtools/glob_test.go", 100 "blueprint-pathtools", 144 deps: ["blueprint-pathtools"],
|
D | singleton_ctx.go | 82 Fs() pathtools.FileSystem 275 func (s *singletonContext) Fs() pathtools.FileSystem {
|
D | glob.go | 64 files, deps, err := c.fs.Glob(pattern, excludes, pathtools.FollowSymlinks)
|
/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 | 19 "blueprint-pathtools",
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | Android.bp | 8 "blueprint-pathtools",
|
D | dexpreopt_gen.go | 44 func (x *pathContext) Fs() pathtools.FileSystem { return pathtools.OsFs } 173 err := pathtools.WriteFileIfChanged(file, script.Bytes(), 0755)
|
/build/soong/android/ |
D | paths.go | 31 Fs() pathtools.FileSystem 329 } else if pathtools.IsGlob(s) { 660 files, deps, err = pathtools.Glob(path.String(), nil, pathtools.FollowSymlinks) 680 if pathtools.IsGlob(path.String()) { 710 if pathtools.IsGlob(path.String()) { 761 if pathtools.IsGlob(dir) { 838 ret := PathForOutput(ctx, pathtools.ReplaceExtension(p.path, ext)) 839 ret.rel = pathtools.ReplaceExtension(p.rel, ext) 944 return PathForModuleGen(ctx, subdir, pathtools.ReplaceExtension(p.path, ext)) 948 return PathForModuleObj(ctx, subdir, pathtools.ReplaceExtension(p.path, ext)) [all …]
|
D | package_ctx.go | 64 func (e *configErrorWrapper) Fs() pathtools.FileSystem {
|
D | singleton.go | 74 Fs() pathtools.FileSystem
|
/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")
|
/build/soong/dexpreopt/ |
D | Android.bp | 12 "blueprint-pathtools",
|
D | dexpreopt.go | 208 pathtools.ReplaceExtension(filepath.Base(path), "odex")) 211 …odexPath := module.BuildPath.InSameDir(ctx, "oat", arch.String(), pathtools.ReplaceExtension(base,… 218 vdexInstallPath := pathtools.ReplaceExtension(odexInstallPath, "vdex") 410 dmInstalledPath := pathtools.ReplaceExtension(module.DexLocation, "dm") 461 appImageInstallPath := pathtools.ReplaceExtension(odexInstallPath, "art")
|
/build/soong/java/ |
D | java_resources.go | 69 args = append(args, "-f", pathtools.MatchEscape(path)) 112 args = append(args, "-f", pathtools.MatchEscape(path))
|
/build/blueprint/pathtools/ |
D | lists.go | 15 package pathtools package
|
/build/blueprint/bootstrap/bpglob/ |
D | bpglob.go | 72 _, err := pathtools.GlobWithDepFile(flag.Arg(0), *out, *out+".d", excludes)
|
/build/soong/zip/ |
D | zip.go | 79 fs pathtools.FileSystem 86 fs: pathtools.OsFs, 191 followSymlinks pathtools.ShouldFollowSymlinks 195 fs pathtools.FileSystem 223 Filesystem pathtools.FileSystem 275 followSymlinks := pathtools.ShouldFollowSymlinks(!args.StoreSymlinks) 290 z.fs = pathtools.OsFs 400 err := pathtools.WriteFileIfChanged(args.OutputFilePath, buf.Bytes(), 0666) 692 func (z *ZipWriter) writeFileContents(header *zip.FileHeader, r pathtools.ReaderAtSeekerCloser) (er…
|
D | Android.bp | 22 "blueprint-pathtools",
|
/build/soong/cmd/zipsync/ |
D | Android.bp | 19 "blueprint-pathtools",
|
/build/soong/cmd/extract_jar_packages/ |
D | Android.bp | 19 "blueprint-pathtools",
|
/build/soong/cmd/merge_zips/ |
D | Android.bp | 19 "blueprint-pathtools",
|
D | merge_zips.go | 449 match, err := pathtools.Match(pattern, name) 467 if match, err := pathtools.Match(pattern, name); err != nil {
|
/build/blueprint/bootstrap/ |
D | glob.go | 134 pathtools.WriteFileIfChanged(fileListFile, []byte(fileList), 0666)
|
D | writedocs.go | 57 pkgFiles[m.properties.PkgPath] = pathtools.PrefixPaths(m.properties.Srcs,
|
/build/soong/ |
D | Android.bp | 134 "blueprint-pathtools", 210 "blueprint-pathtools", 242 "blueprint-pathtools", 366 "blueprint-pathtools",
|
12