Home
last modified time | relevance | path

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

/rust-libc-0.2.174/libc-test/
H A Dbuild.rs165 let hotfix_dir = src_hotfix_dir(); in main() localVariable
166 if std::fs::exists(&hotfix_dir).unwrap() { in main()
167 std::fs::remove_dir_all(&hotfix_dir).unwrap(); in main()
172 copy_dir_hotfix(Path::new("../src"), &hotfix_dir, &re, b"::"); in main()