Lines Matching refs:path
164 def gen_android_bp4seccomp(path: Path, arch: Architecture):
167 with open(path, "wt") as out:
173 for path in sorted(seccomp_dir.iterdir()):
178 src=subdir / path.name,
179 filename=path.name,
206 for path in crosvm_binaries(arch):
207 name = re.sub("/bin/|/|-|_bin_", "_", str(path))
208 if path.stem != "crosvm":
215 srcs=[path],
216 stem=path.name,
290 def generate_all_cuttlefish_host_package_android_bp(path: Path, modules: list[Module]):
296 update_generated_section(path, list_name, text)