Searched refs:root_dir (Results 1 – 11 of 11) sorted by relevance
/build/bazel/scripts/incremental_build/ |
D | finder.py | 38 def confirm(root_dir: Path, *globs: str): 43 paths = glob.iglob(g, root_dir=root_dir, recursive=True) 62 def find_matches(root_dir: Path, *globs: str) -> Generator[Path, None, None]: 69 bfs: list[Path] = [root_dir] 130 results = find_matches(options.root_dir, *options.globs)
|
D | perf_metrics.py | 282 dirs = glob.glob(f"{util.RUN_DIR_PREFIX}*", root_dir=log_dir)
|
/build/make/tools/releasetools/ |
D | test_build_image.py | 120 root_dir = common.MakeTempDir() 121 with open(os.path.join(root_dir, 'init'), 'w') as init_fp: 134 'root_dir': root_dir, 139 os.path.join(in_dir, 'init'), os.path.join(root_dir, 'init'))) 149 root_dir = common.MakeTempDir() 150 with open(os.path.join(root_dir, 'init'), 'w') as init_fp: 164 'root_dir': root_dir, 170 os.path.join(in_dir, 'init'), os.path.join(root_dir, 'init')))
|
D | build_image.py | 183 root_dir = prop_dict.get("root_dir") 184 if root_dir: 186 shutil.copytree(root_dir, in_dir, symlinks=True)
|
/build/make/tools/releasetools/merge/ |
D | test_merge_utils.py | 79 for root_dir, dirs, files in os.walk(output_dir): 81 os.path.join(root_dir, filename) for filename in files) 83 dir_path = os.path.join(root_dir, dirname)
|
/build/bazel/rules/partitions/ |
D | partition.bzl | 95 if ctx.attr.root_dir: 96 extra_inputs.append(ctx.file.root_dir) 97 image_info_contents += "root_dir=" + ctx.file.root_dir.path + "\n" 235 "root_dir": attr.label( 237 doc = "A folder to add as the root_dir property in the property file",
|
/build/make/tools/warn/ |
D | warn_common.py | 235 def find_android_root_top_dirs(root_dir): argument 238 if (not os.path.isdir(root_dir + '/build/make') or 239 not os.path.isdir(root_dir + '/build/soong')): 241 return list(filter(lambda d: os.path.isdir(root_dir + '/' + d), 242 os.listdir(root_dir)))
|
/build/soong/scripts/ |
D | lint_project_xml.py | 107 if args.root_dir: 108 f.write(" <root dir='%s' />\n" % args.root_dir)
|
D | setup_go_workspace_for_soong.sh | 54 function root_dir() ( function
|
/build/make/tools/aconfig/aconfig_storage_read_api/tests/ |
D | storage_read_api_test.cpp | 49 storage_dir = std::string(root_dir.path); in SetUp() 71 TemporaryDir root_dir; member in AconfigStorageTest
|
/build/make/tools/fs_config/end_to_end_test/ |
D | config.fs | 104 [root_dir/]
|