Searched refs:hotfix_dir (Results 1 – 1 of 1) sorted by relevance
165 let hotfix_dir = src_hotfix_dir(); in main() localVariable166 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()