Lines Matching refs:Path
34 from pathlib import Path
43 return Path(__file__).name
52 def dir(self) -> Path:
54 return Path(f"{self.name.lower()}-linux-gnu")
58 Value: TypeAlias = str | Path | bool | list["Value"]
69 elif isinstance(value, Path):
95 def update_generated_section(file_path: Path, tag: str, content: str): argument
164 def gen_android_bp4seccomp(path: Path, arch: Architecture): argument
168 subdir = Path("etc/seccomp")
186 def crosvm_binaries(arch: Architecture) -> Iterator[Path]:
196 def qemu_binaries(arch: Architecture) -> Iterator[Path]:
198 dir = Path(f"qemu/{arch.value}-linux-gnu/bin")
238 Path(f"efi-virtio.rom"),
239 Path(f"keymaps/en-us"),
240 Path(f"opensbi-riscv64-generic-fw_dynamic.bin"),
258 def gen_main_android_bp_file(android_bp_path: Path, modules: List[Module]): argument
290 def generate_all_cuttlefish_host_package_android_bp(path: Path, modules: list[Module]): argument
312 os.chdir(Path(__file__).parent)
315 gen_main_android_bp_file(Path("Android.bp"), modules)
318 Path("../cuttlefish/build/Android.bp"), modules