Home
last modified time | relevance | path

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

/rust-libc-0.2.174/libc-test/
H A Dbuild.rs172 copy_dir_hotfix(Path::new("../src"), &hotfix_dir, &re, b"::"); in main()
181 fn copy_dir_hotfix(src: &Path, dst: &Path, regex: &regex::bytes::Regex, replace: &[u8]) { in copy_dir_hotfix() function
188 copy_dir_hotfix(&src_path, &dst_path, regex, replace); in copy_dir_hotfix()