Home
last modified time | relevance | path

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

12

/build/blueprint/
DBlueprints5 "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 …]
Dglob.go25 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/
Dglob.go53 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/
Dbpglob.go86 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/
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.bp23 "blueprint-pathtools",
/build/soong/dexpreopt/dexpreopt_gen/
DAndroid.bp12 "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.bp10 "blueprint-pathtools",
/build/soong/xml/
DAndroid.bp10 "blueprint-pathtools",
/build/soong/dexpreopt/
DAndroid.bp19 "blueprint-pathtools",
Ddexpreopt.go223 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/
DAndroid.bp10 "blueprint-pathtools",
/build/blueprint/pathtools/
Dlists_test.go14 package pathtools package
Dlists.go15 package pathtools package
/build/soong/java/
Djava_resources.go69 args = append(args, "-f", pathtools.MatchEscape(path))
112 args = append(args, "-f", pathtools.MatchEscape(path))
DAndroid.bp10 "blueprint-pathtools",
/build/soong/tradefed/
DAndroid.bp25 "blueprint-pathtools",
/build/soong/zip/
Dzip.go80 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…
DAndroid.bp26 "blueprint-pathtools",
/build/soong/android/
Dpaths.go566 } 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 …]
Dbazel_paths.go137 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/
DAndroid.bp23 "blueprint-pathtools",
/build/soong/cmd/extract_jar_packages/
DAndroid.bp23 "blueprint-pathtools",
/build/soong/cmd/merge_zips/
DAndroid.bp23 "blueprint-pathtools",

12