Searched refs:filepaths (Results 1 – 3 of 3) sorted by relevance
46 def getRelPaths(start, filepaths): argument49 for filepath in filepaths)
33 // A list of metrics filepaths to upload.
267 def _generate_canned_fs_config(ctx, filepaths):276 filepaths = [paths.normalize(f).lstrip("/") for f in filepaths]279 filepaths = sorted([f for f in filepaths if f])283 for f in filepaths:296 # Readonly if not executable. filepaths is already sorted.297 config_lines += ["/" + f + " 1000 1000 0644" for f in filepaths if not f.startswith("bin/")]299 # Mark all binaries as executable. filepaths is already sorted.300 config_lines += ["/" + f + " 0 2000 0755" for f in filepaths if f.startswith("bin/")]