Home
last modified time | relevance | path

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

/rust-libc-0.2.174/libc-test/
H A Dbuild.rs192 let dst_data = regex.replace_all(&src_data, b"::"); in copy_dir_hotfix() localVariable
193 std::fs::write(&dst_path, &dst_data).unwrap(); in copy_dir_hotfix()