/external/llvm/soong/ |
Android.bp | 6 "blueprint-pathtools",
|
/build/blueprint/ |
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/glob_test.go", 97 "blueprint-pathtools", 136 deps: ["blueprint-pathtools"],
|
singleton_ctx.go | 20 "github.com/google/blueprint/pathtools" 76 Fs() pathtools.FileSystem 249 func (s *singletonContext) Fs() pathtools.FileSystem {
|
module_ctx.go | 22 "github.com/google/blueprint/pathtools" 142 Fs() pathtools.FileSystem 272 func (d *baseModuleContext) Fs() pathtools.FileSystem {
|
/build/soong/cmd/extract_jar_packages/ |
Android.bp | 19 "blueprint-pathtools",
|
/build/soong/cmd/zip2zip/ |
Android.bp | 19 "blueprint-pathtools",
|
zip2zip.go | 27 "github.com/google/blueprint/pathtools" 58 fmt.Fprintln(os.Stderr, "<glob> uses the rules at https://godoc.org/github.com/google/blueprint/pathtools/#Match") 137 if match, err := pathtools.Match(input, file.Name); err != nil { 143 if pathtools.IsGlob(input) { 175 if excludeMatch, err := pathtools.Match(exclude, match.File.Name); err != nil {
|
/build/soong/cmd/zipsync/ |
Android.bp | 19 "blueprint-pathtools",
|
/build/soong/zip/ |
Android.bp | 22 "blueprint-pathtools",
|
/system/bt/build/ |
Android.bp | 6 "blueprint-pathtools",
|
/build/blueprint/bootstrap/bpglob/ |
bpglob.go | 26 "github.com/google/blueprint/pathtools" 72 _, err := pathtools.GlobWithDepFile(flag.Arg(0), *out, *out+".d", excludes)
|
/build/soong/cc/ |
proto.go | 21 "github.com/google/blueprint/pathtools" 52 ccFile = android.PathForModuleGen(ctx, "proto", pathtools.ReplaceExtension(rel, "pb.cc")) 53 headerFile = android.PathForModuleGen(ctx, "proto", pathtools.ReplaceExtension(rel, "pb.h"))
|
/build/blueprint/pathtools/ |
lists.go | 15 package pathtools package
|
fs.go | 15 package pathtools package
|
glob.go | 15 package pathtools package
|
/build/soong/ |
Android.bp | 116 "blueprint-pathtools", 183 "blueprint-pathtools", 213 "blueprint-pathtools",
|
/build/blueprint/bootstrap/ |
glob.go | 24 "github.com/google/blueprint/pathtools" 130 pathtools.WriteFileIfChanged(fileListFile, []byte(fileList), 0666)
|
writedocs.go | 12 "github.com/google/blueprint/pathtools" 56 pkgFiles[m.properties.PkgPath] = pathtools.PrefixPaths(m.properties.Srcs,
|
bootstrap.go | 25 "github.com/google/blueprint/pathtools" 495 srcFiles := pathtools.PrefixPaths(srcs, srcDir) 535 testFiles := pathtools.PrefixPaths(testSrcs, srcDir)
|
/build/soong/android/ |
singleton.go | 19 "github.com/google/blueprint/pathtools" 70 Fs() pathtools.FileSystem
|
paths.go | 25 "github.com/google/blueprint/pathtools" 31 Fs() pathtools.FileSystem 531 if pathtools.IsGlob(ret.String()) { 551 files, deps, err = pathtools.Glob(path.String(), nil) 636 if pathtools.IsGlob(dir) { 793 return PathForModuleGen(ctx, subdir, pathtools.ReplaceExtension(p.path, ext)) 797 return PathForModuleObj(ctx, subdir, pathtools.ReplaceExtension(p.path, ext)) 899 return PathForModuleGen(ctx, subdir, pathtools.ReplaceExtension(p.path, ext)) 903 return PathForModuleObj(ctx, subdir, pathtools.ReplaceExtension(p.path, ext))
|
paths_test.go | 24 "github.com/google/blueprint/pathtools" 206 func (moduleInstallPathContextImpl) Fs() pathtools.FileSystem { 207 return pathtools.MockFs(nil)
|
package_ctx.go | 23 "github.com/google/blueprint/pathtools" 64 func (e *configErrorWrapper) Fs() pathtools.FileSystem {
|
/sdk/find_java/src/source/ |
find_java_lib.cpp | 92 CPath pathTools(path);
93 pathTools.addPath("lib");
94 pathTools.addPath("tools.jar");
96 return (pathBin.fileExists() && pathTools.fileExists());
|
/art/build/ |
Android.bp | 6 "blueprint-pathtools",
|