Searched refs:copy_dir_hotfix (Results 1 – 1 of 1) sorted by relevance
172 copy_dir_hotfix(Path::new("../src"), &hotfix_dir, &re, b"::"); in main()181 fn copy_dir_hotfix(src: &Path, dst: &Path, regex: ®ex::bytes::Regex, replace: &[u8]) { in copy_dir_hotfix() function188 copy_dir_hotfix(&src_path, &dst_path, regex, replace); in copy_dir_hotfix()