Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish_vmm/qemu/scripts/
Drebuild.py37 def copy_file(src: Path, dst: Path) -> None:
48 build_dir: Path,
49 install_dir: Path,
50 prebuilts_dir: Path,
51 clang_dir: Path,
203 def __init__(self, build_dir: Path, top_dir: Path, target_arch: Architecture):
273 def make_subdir(self, subdir: Path) -> Path:
314 def copy_file(self, src_path: Path, dst_path: Path):
322 def copy_dir(self, src_dir: Path, dst_dir: Path):
/device/google/cuttlefish_vmm/
Dgen_android_bp.py95 def update_generated_section(file_path: Path, tag: str, content: str):
164 def gen_android_bp4seccomp(path: Path, arch: Architecture):
280 def gen_main_android_bp_file(android_bp_path: Path, modules: List[Module]):
312 def generate_all_cuttlefish_host_package_android_bp(path: Path, modules: list[Module]):
/device/google/cuttlefish/host/commands/append_squashfs_overlay/src/
Dmain.rs41 fn merge_fs(src: &Path, overlay: &Path, dest: &Path, overwrite: bool) -> Result<()> { in merge_fs()
/device/google/cuttlefish/shared/config/
Dcgroups.json5 "Path": "/dev/cpuset", string
/device/google/cuttlefish/host/libs/config/
Dconfig_flag.cpp52 const std::string& Path() override { return path_; } in Path() function in cuttlefish::__anon4bbbbbb50111::SystemImageDirFlagImpl
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/src/
Dlib.rs394 dir: &Path, in dir_contains_target()