Home
last modified time | relevance | path

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

/rust-libc-0.2.174/libc-test/
H A Dbuild.rs186 let dst_path = dst.join(entry.file_name()); in copy_dir_hotfix() localVariable
188 copy_dir_hotfix(&src_path, &dst_path, regex, replace); in copy_dir_hotfix()
193 std::fs::write(&dst_path, &dst_data).unwrap(); in copy_dir_hotfix()