Home
last modified time | relevance | path

Searched refs:strip_components (Results 1 – 2 of 2) sorted by relevance

/build/bazel_common_rules/dist/
Ddist.bzl66 strip_components = 0,
92strip_components: If specified, `--strip_components <prefix>` is provided to the script. Strip
153 if strip_components != None:
154 if strip_components < 0:
155 fail("strip_components must greater than 0, but is %s" % strip_components)
156 default_args += ["--strip_components", str(strip_components)]
Ddist.py95 strip_components, archive_prefix, wipe_dist_dir, allow_duplicate_filenames, **ignored): argument
108 elif strip_components > 0:
109 src_relpath = src.split('/', strip_components)[-1]