Home
last modified time | relevance | path

Searched defs:copy_dir (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/pdk/build/
H A Dpdk_utils.py22 def copy_dir(src_top, dest_top, dir_name, cp_option = ""): function
/aosp_15_r20/development/tools/external_crates/crate_tool/src/
H A Dlib.rs123 pub fn copy_dir(src: impl AsRef<Path>, dst: impl AsRef<Path>) -> Result<()> { in copy_dir() function
/aosp_15_r20/external/autotest/client/cros/faft/utils/
H A Dos_interface.py155 def copy_dir(self, from_path, to_path): member in OSInterface
/aosp_15_r20/device/google/cuttlefish_vmm/qemu/scripts/
Drebuild.py322 def copy_dir(self, src_dir: Path, dst_dir: Path): member in BuildConfig