Searched refs:dst_path (Results 1 – 1 of 1) sorted by relevance
186 let dst_path = dst.join(entry.file_name()); in copy_dir_hotfix() localVariable188 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()