Home
last modified time | relevance | path

Searched refs:filepaths (Results 1 – 3 of 3) sorted by relevance

/build/make/tools/releasetools/merge/
Dtest_merge_utils.py46 def getRelPaths(start, filepaths): argument
49 for filepath in filepaths)
/build/soong/ui/metrics/upload_proto/
Dupload.proto33 // A list of metrics filepaths to upload.
/build/bazel/rules/apex/
Dapex.bzl267 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/")]