Home
last modified time | relevance | path

Searched refs:dist_dir (Results 1 – 7 of 7) sorted by relevance

/build/make/tools/perf/
Dutils.py35 dist_dir = os.getenv("DIST_DIR")
36 if dist_dir:
37 return pathlib.Path(dist_dir).resolve()
Dbenchmarks437 def _dist(self, dist_dir, dumpvars, store_metrics_only=False): argument
439 dest_dir = dist_dir.joinpath("logs")
/build/bazel_common_rules/dist/
Ddist.py94 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)
Ddist.bzl68 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 …]
DBUILD16 …ath=out/soong/workspace //build/bazel_common_rules/dist:dist_bionic_example -- --dist_dir=/tmp/dist
/build/bazel/ci/dist/
DBUILD3 # bazel run --package_path=out/soong/workspace //build/bazel/ci/dist:mainline_modules -- --dist_dir
/build/bazel/ci/
Dbuild_with_bazel.sh90 --dist_dir="${DIST_DIR}/mainline_modules_${arch}"