Home
last modified time | relevance | path

Searched refs:pathtools (Results 1 – 25 of 39) sorted by relevance

12

/build/blueprint/
DBlueprints5 "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"],
Dsingleton_ctx.go82 Fs() pathtools.FileSystem
275 func (s *singletonContext) Fs() pathtools.FileSystem {
Dglob.go64 files, deps, err := c.fs.Glob(pattern, excludes, pathtools.FollowSymlinks)
/build/soong/cmd/zip2zip/
Dzip2zip.go143 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) {
DAndroid.bp19 "blueprint-pathtools",
/build/soong/dexpreopt/dexpreopt_gen/
DAndroid.bp8 "blueprint-pathtools",
Ddexpreopt_gen.go44 func (x *pathContext) Fs() pathtools.FileSystem { return pathtools.OsFs }
173 err := pathtools.WriteFileIfChanged(file, script.Bytes(), 0755)
/build/soong/android/
Dpaths.go31 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 …]
Dpackage_ctx.go64 func (e *configErrorWrapper) Fs() pathtools.FileSystem {
Dsingleton.go74 Fs() pathtools.FileSystem
/build/soong/cc/
Dproto.go38 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/
DAndroid.bp12 "blueprint-pathtools",
Ddexpreopt.go208 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/
Djava_resources.go69 args = append(args, "-f", pathtools.MatchEscape(path))
112 args = append(args, "-f", pathtools.MatchEscape(path))
/build/blueprint/pathtools/
Dlists.go15 package pathtools package
/build/blueprint/bootstrap/bpglob/
Dbpglob.go72 _, err := pathtools.GlobWithDepFile(flag.Arg(0), *out, *out+".d", excludes)
/build/soong/zip/
Dzip.go79 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…
DAndroid.bp22 "blueprint-pathtools",
/build/soong/cmd/zipsync/
DAndroid.bp19 "blueprint-pathtools",
/build/soong/cmd/extract_jar_packages/
DAndroid.bp19 "blueprint-pathtools",
/build/soong/cmd/merge_zips/
DAndroid.bp19 "blueprint-pathtools",
Dmerge_zips.go449 match, err := pathtools.Match(pattern, name)
467 if match, err := pathtools.Match(pattern, name); err != nil {
/build/blueprint/bootstrap/
Dglob.go134 pathtools.WriteFileIfChanged(fileListFile, []byte(fileList), 0666)
Dwritedocs.go57 pkgFiles[m.properties.PkgPath] = pathtools.PrefixPaths(m.properties.Srcs,
/build/soong/
DAndroid.bp134 "blueprint-pathtools",
210 "blueprint-pathtools",
242 "blueprint-pathtools",
366 "blueprint-pathtools",

12