Searched refs:dst_data (Results 1 – 1 of 1) sorted by relevance
192 let dst_data = regex.replace_all(&src_data, b"::"); in copy_dir_hotfix() localVariable193 std::fs::write(&dst_path, &dst_data).unwrap(); in copy_dir_hotfix()