Searched refs:strip_components (Results 1 – 2 of 2) sorted by relevance
66 strip_components = 0,92 … strip_components: If specified, `--strip_components <prefix>` is provided to the script. Strip153 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)]
95 strip_components, archive_prefix, wipe_dist_dir, allow_duplicate_filenames, **ignored): argument108 elif strip_components > 0:109 src_relpath = src.split('/', strip_components)[-1]