Home
last modified time | relevance | path

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

12

/build/blueprint/
DBlueprints5 "blueprint-pathtools",
58 name: "blueprint-pathtools",
59 pkgPath: "github.com/google/blueprint/pathtools",
64 "pathtools/lists.go",
65 "pathtools/fs.go",
66 "pathtools/glob.go",
69 "pathtools/fs_test.go",
70 "pathtools/glob_test.go",
106 "blueprint-pathtools",
152 deps: ["blueprint-pathtools"],
Dsingleton_ctx.go149 Fs() pathtools.FileSystem
350 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/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")
DAndroid.bp6 "blueprint-pathtools",
/build/soong/dexpreopt/dexpreopt_gen/
DAndroid.bp8 "blueprint-pathtools",
/build/soong/java/
Djava_resources.go69 args = append(args, "-f", pathtools.MatchEscape(path))
112 args = append(args, "-f", pathtools.MatchEscape(path))
DAndroid.bp6 "blueprint-pathtools",
/build/soong/dexpreopt/
DAndroid.bp13 "blueprint-pathtools",
Ddexpreopt.go265 pathtools.ReplaceExtension(filepath.Base(path), "odex"))
268 …odexPath := module.BuildPath.InSameDir(ctx, "oat", arch.String(), pathtools.ReplaceExtension(base,…
275 vdexInstallPath := pathtools.ReplaceExtension(odexInstallPath, "vdex")
444 dmInstalledPath := pathtools.ReplaceExtension(module.DexLocation, "dm")
495 appImageInstallPath := pathtools.ReplaceExtension(odexInstallPath, "art")
/build/soong/genrule/
DAndroid.bp6 "blueprint-pathtools",
/build/soong/xml/
DAndroid.bp6 "blueprint-pathtools",
/build/blueprint/pathtools/
Dlists.go15 package pathtools package
/build/soong/zip/
Dzip.go79 fs pathtools.FileSystem
86 fs: pathtools.OsFs,
191 followSymlinks pathtools.ShouldFollowSymlinks
195 fs pathtools.FileSystem
224 Filesystem pathtools.FileSystem
276 followSymlinks := pathtools.ShouldFollowSymlinks(!args.StoreSymlinks)
291 z.fs = pathtools.OsFs
401 err := pathtools.WriteFileIfChanged(args.OutputFilePath, buf.Bytes(), 0666)
724 func (z *ZipWriter) writeFileContents(header *zip.FileHeader, r pathtools.ReaderAtSeekerCloser) (er…
DAndroid.bp22 "blueprint-pathtools",
/build/soong/android/
Dpaths.go413 } else if pathtools.IsGlob(s) {
783 files, deps, err = ctx.Config().fs.Glob(path.String(), nil, pathtools.FollowSymlinks)
803 if pathtools.IsGlob(path.String()) {
833 if pathtools.IsGlob(path.String()) {
884 if pathtools.IsGlob(dir) {
982 ret := PathForOutput(ctx, pathtools.ReplaceExtension(p.path, ext))
983 ret.rel = pathtools.ReplaceExtension(p.rel, ext)
1088 return PathForModuleGen(ctx, subdir, pathtools.ReplaceExtension(p.path, ext))
1092 return PathForModuleObj(ctx, subdir, pathtools.ReplaceExtension(p.path, ext))
1108 return PathForModuleObj(ctx, subdir, pathtools.ReplaceExtension(p.path, ext))
[all …]
Dmakevars.go218 if err := pathtools.WriteFileIfChanged(outFile, outBytes, 0666); err != nil {
224 if err := pathtools.WriteFileIfChanged(lateOutFile, lateOutBytes, 0666); err != nil {
/build/blueprint/bootstrap/bpglob/
Dbpglob.go74 _, err := pathtools.GlobWithDepFile(flag.Arg(0), *out, *out+".d", excludes)
/build/soong/cmd/extract_jar_packages/
DAndroid.bp19 "blueprint-pathtools",
/build/soong/cmd/zipsync/
DAndroid.bp19 "blueprint-pathtools",
/build/soong/cmd/merge_zips/
DAndroid.bp19 "blueprint-pathtools",
/build/blueprint/bootstrap/
Dglob.go140 err := pathtools.WriteFileIfChanged(absolutePath(fileListFile), []byte(fileList), 0666)
/build/soong/rust/
Dbuilder.go189 gcnoFile = android.PathForModuleOut(ctx, pathtools.ReplaceExtension(outputFile.Base(), "gcno"))
191 ctx, pathtools.ReplaceExtension(outputFile.Base(), "gcda")).String())

12