Home
last modified time | relevance | path

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

/DADK/dadk-user/src/utils/
H A Dfile.rs32 pub fn move_files(src: &Path, dst: &Path) -> std::io::Result<()> { in move_files() argument
48 pub fn copy_dir_all(src: &Path, dst: &Path) -> Result<(), String> { in copy_dir_all() argument
H A Dfile.rs32 pub fn move_files(src: &Path, dst: &Path) -> std::io::Result<()> { in move_files()
48 pub fn copy_dir_all(src: &Path, dst: &Path) -> Result<(), String> { in copy_dir_all()