Home
last modified time | relevance | path

Searched refs:src_path (Results 1 – 1 of 1) sorted by relevance

/rust-libc-0.2.174/libc-test/
H A Dbuild.rs185 let src_path = entry.path(); in copy_dir_hotfix() localVariable
188 copy_dir_hotfix(&src_path, &dst_path, regex, replace); in copy_dir_hotfix()
191 let src_data = std::fs::read(&src_path).unwrap(); in copy_dir_hotfix()