Searched defs:copy_dir (Results 1 – 4 of 4) sorted by relevance
22 def copy_dir(src_top, dest_top, dir_name, cp_option = ""): function
123 pub fn copy_dir(src: impl AsRef<Path>, dst: impl AsRef<Path>) -> Result<()> { in copy_dir() function
155 def copy_dir(self, from_path, to_path): member in OSInterface
322 def copy_dir(self, src_dir: Path, dst_dir: Path): member in BuildConfig