Home
last modified time | relevance | path

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

123

/build/blueprint/
DAndroid.bp36 "blueprint-pathtools",
92 name: "blueprint-pathtools",
93 pkgPath: "github.com/google/blueprint/pathtools",
98 "pathtools/lists.go",
99 "pathtools/fs.go",
100 "pathtools/glob.go",
103 "pathtools/fs_test.go",
104 "pathtools/glob_test.go",
105 "pathtools/lists_test.go",
141 "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/bpglob/
Dbpglob.go125 var results pathtools.MultipleGlobResults
127 result, err := pathtools.Glob(glob.pattern, glob.excludes, pathtools.FollowSymlinks)
135 err := pathtools.WriteFileIfChanged(fileListFile, results.FileList(), 0666)
/build/blueprint/bootstrap/
Dglob.go95 func multipleGlobFilesRule(ctx GlobFileContext, fileListFile string, shard int, globs pathtools.Mul…
154 GlobLister func() pathtools.MultipleGlobResults
178 globBuckets := make([]pathtools.MultipleGlobResults, numGlobBuckets)
200 err := pathtools.WriteFileIfChanged(absoluteFileListFile, globs.FileList(), 0666)
274 func globToBucket(g pathtools.GlobResult) int {
Dwritedocs.go44 pkgFiles[m.properties.PkgPath] = pathtools.PrefixPaths(m.properties.Srcs,
/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/java/
Djava_resources.go69 args = append(args, "-f", pathtools.MatchEscape(path))
112 args = append(args, "-f", pathtools.MatchEscape(path))
/build/soong/xml/
DAndroid.bp10 "blueprint-pathtools",
/build/soong/dexpreopt/
DAndroid.bp19 "blueprint-pathtools",
Ddexpreopt.go215 pathtools.ReplaceExtension(filepath.Base(path), "odex"))
232 …odexPath := module.BuildPath.InSameDir(ctx, "oat", arch.String(), pathtools.ReplaceExtension(base,…
239 vdexInstallPath := pathtools.ReplaceExtension(odexInstallPath, "vdex")
430 dmInstalledPath := pathtools.ReplaceExtension(module.DexLocation, "dm")
476 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/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…
/build/soong/cc/
Dproto.go44 ccFile = android.PathForModuleGen(ctx, "proto", pathtools.ReplaceExtension(rel, "pb"+srcSuffix))
45 headerFile = android.PathForModuleGen(ctx, "proto", pathtools.ReplaceExtension(rel, "pb.h"))
50 optionsFile := pathtools.ReplaceExtension(protoFile.String(), "options")
/build/soong/cmd/symbols_map/
DAndroid.bp17 "blueprint-pathtools",
/build/soong/tradefed/
DAndroid.bp25 "blueprint-pathtools",
/build/soong/snapshot/
DAndroid.bp10 "blueprint-pathtools",
/build/soong/android_sdk/
Dsdk_repo_host.go253 if match, err := pathtools.Match(remap.From, path); err != nil {
257 if pathtools.IsGlob(remap.From) {
278 if pathtools.IsGlob(first) {
/build/soong/android/
Dbazel_paths.go207 func directoryHasBlueprint(fs pathtools.FileSystem, prefix string, components []string, componentIn…
347 if pathtools.IsGlob(p) {
445 return PathForModuleGen(ctx, subdir, pathtools.ReplaceExtension(p.path, ext))
449 return PathForModuleObj(ctx, subdir, pathtools.ReplaceExtension(p.path, ext))
/build/soong/cmd/merge_zips/
DAndroid.bp23 "blueprint-pathtools",
/build/soong/cmd/zipsync/
DAndroid.bp23 "blueprint-pathtools",
/build/soong/cmd/extract_jar_packages/
DAndroid.bp23 "blueprint-pathtools",

123