Searched refs:dist_dir (Results 1 – 7 of 7) sorted by relevance
/build/make/tools/perf/ |
D | utils.py | 35 dist_dir = os.getenv("DIST_DIR") 36 if dist_dir: 37 return pathlib.Path(dist_dir).resolve()
|
D | benchmarks | 437 def _dist(self, dist_dir, dumpvars, store_metrics_only=False): argument 439 dest_dir = dist_dir.joinpath("logs")
|
/build/bazel_common_rules/dist/ |
D | dist.py | 94 def copy_files_to_dist_dir(files, archives, mode_overrides, dist_dir, flat, prefix, argument 100 if wipe_dist_dir and os.path.exists(dist_dir): 101 shutil.rmtree(dist_dir) 103 logging.info("Copying to %s", dist_dir) 115 dst = os.path.join(dist_dir, src_relpath) 139 dst_dirname = os.path.join(dist_dir, archive_prefix) 215 if not os.path.isabs(args.dist_dir): 219 args.dist_dir = os.path.join( 220 os.environ.get("BUILD_WORKSPACE_DIRECTORY"), args.dist_dir)
|
D | dist.bzl | 68 dist_dir = None, 79 bazel run //path/to/my:dist_target -- --dist_dir=/tmp/dist 87 data: A list of labels, whose outputs are copied to `--dist_dir`. 89 extracted to `--dist_dir`. 96 to apply within dist_dir for copied files. 98 default. Path prefix to apply within dist_dir for extracted archives. 99 dist_dir: If specified, `--dist_dir <dist_dir>` is provided to the script by default. 104 … By default, the script will overwrite any files of the same name in `dist_dir`, but preserve 108 wipe_dist_dir: If true, and `dist_dir` already exists, `dist_dir` will be removed prior to 111 be copied to the same `dist_dir` (with subsequent sources overwriting previous sources). [all …]
|
D | BUILD | 16 …ath=out/soong/workspace //build/bazel_common_rules/dist:dist_bionic_example -- --dist_dir=/tmp/dist
|
/build/bazel/ci/dist/ |
D | BUILD | 3 # bazel run --package_path=out/soong/workspace //build/bazel/ci/dist:mainline_modules -- --dist_dir…
|
/build/bazel/ci/ |
D | build_with_bazel.sh | 90 --dist_dir="${DIST_DIR}/mainline_modules_${arch}"
|