Home
last modified time | relevance | path

Searched refs:glob (Results 1 – 25 of 52) sorted by relevance

123

/build/blueprint/bootstrap/bpglob/
Dbpglob.go72 glob := &(*e)[len(*e)-1]
73 glob.excludes = append(glob.excludes, s)
126 for _, glob := range globs {
127 result, err := pathtools.Glob(glob.pattern, glob.excludes, pathtools.FollowSymlinks)
/build/blueprint/
Dglob_test.go28 matches, err := ctx.glob("a/*", nil)
39 matches, err = ctx.glob("a/*", []string{})
48 matches, err = ctx.glob("a/*", []string{"a/b"})
/build/blueprint/bootstrap/
Dglob.go98 for i, glob := range globs {
105 for _, exclude := range glob.Excludes {
213 func WriteBuildGlobsNinjaFile(glob *GlobSingleton, config interface{}) error {
214 buffer, errs := generateGlobNinjaFile(glob, config)
220 err := ioutil.WriteFile(blueprint.JoinPath(glob.SrcDir, glob.GlobFile), buffer, outFilePermissions)
222 return fmt.Errorf("error writing %s: %s", glob.GlobFile, err)
228 func generateGlobNinjaFile(glob *GlobSingleton, config interface{}) ([]byte, []error) {
232 return glob
/build/bazel/rules/tradefed/test/
DBUILD.bazel4 glob(["*.xml"]),
/build/make/target/product/security/
DBUILD.bazel3 srcs = glob([
/build/bazel/examples/cc/proto/external/
DBUILD5 srcs = glob(["src/**/*.proto"]),
/build/bazel/examples/cc/proto/deps/
DBUILD5 srcs = glob(["src/**/*.proto"]),
/build/pesto/experiments/prepare_bazel_test_env/
DBUILD.bazel17 srcs = glob(["*.py"]),
18 data = glob(["data/**/*"])
/build/pesto/experiments/prepare_bazel_test_env/data/templates/platform_testing/tests/example/native/
DBUILD.bazel.template24 _LIB_SRCS = glob([
28 _TESTCASE_HOST_SRCS = glob(
30 _TESTCASE_DEVICE_SRCS = glob(["{prebuilts_dir_name}/target_testcases/hello_world_test/**/*"])
/build/make/tools/releasetools/
Dfind_shareduid_violation.py48 from glob import glob
109 for f in glob(os.path.join(product_out, location, "*", "*", "*.apk")):
/build/blueprint/pathtools/
Dglob.go97 matches, deps, err := glob(fs, pattern, false, follow)
151 func glob(fs FileSystem, pattern string, hasRecursive bool, func
158 matches, err = fs.glob(pattern)
169 matchDirs, err = fs.glob(pattern)
190 dirMatches, dirs, err := glob(fs, dir, hasRecursive, follow)
215 newMatches, err := fs.glob(filepath.Join(MatchEscape(m), file))
/build/bazel/rules/apex/testdata/
DBUILD8 srcs = glob([
/build/soong/cmd/diff_target_files/
DAndroid.bp10 "glob.go",
/build/make/tools/
Dlist_files.py18 from glob import glob
56 for file in sorted(glob(self.folder_dir, recursive=True)):
/build/bazel/rules/abi/abi-dumps/platform/
DBUILD.bazel9 srcs = glob(["**/*"]),
/build/make/tools/releasetools/merge/
Dmerge_dexopt.py22 import glob
162 for config in glob.glob(
/build/bazel/scripts/incremental_build/
Dfinder.py16 import glob
43 paths = glob.iglob(g, root_dir=root_dir, recursive=True)
/build/bazel/rules/tradefed/
DBUILD.bazel4 exports_files(glob(["*.tpl"]))
/build/make/tools/rbcrun/
DREADME.md73 Returns all the paths under *top* whose basename matches *pattern* (which is a shell's glob pattern…
76 #### rblf_wildcard(*glob*, *top* = None)
78 Expands *glob*. If *top* is supplied, expands "*top*/*glob*", then removes
/build/pesto/experiments/prepare_bazel_test_env/data/templates/platform_testing/tests/example/jarhosttest/
DBUILD.bazel.template24 _LIB_SRCS = glob([
28 _TESTCASE_HOST_SRCS = glob(["{prebuilts_dir_name}/host_testcases/HelloWorldHostTest/**/*"])
/build/pesto/experiments/prepare_bazel_test_env/data/templates/platform_testing/tests/example/instrumentation/
DBUILD.bazel.template24 _LIB_SRCS = glob([
28 _TESTCASE_DEVICE_SRCS = glob(["{prebuilts_dir_name}/target_testcases/HelloWorldTests/**/*"])
/build/bazel_common_rules/dist/
Ddist.py37 import glob
82 dist_manifests = glob.glob(
/build/bazel/rules/cc/
Dstatic_libc.bzl49 # It must be a glob.
56 srcs = include_srcs + native.glob(include_globs),
/build/soong/ui/build/
Dcleanbuild.go32 for _, glob := range globs {
34 files, err := filepath.Glob(glob)
37 panic(fmt.Errorf("%q: %s", glob, err))
/build/make/core/
DBUILD.bazel17 glob(["*.xml"]),

123