Searched refs:remove_dir_or_panic (Results 1 – 1 of 1) sorted by relevance
172 remove_dir_or_panic(&try_dir); in check_system_libs()256 remove_dir_or_panic(&env.build_dir); in check_system_libs()286 remove_dir_or_panic(&env.build_dir); in compile_libs()304 remove_dir_or_panic(&env.build_dir); in compile_libs()1036 remove_dir_or_panic(&try_dir); in check_feature()1089 remove_dir_or_panic(&try_dir); in check_for_bug_47048()1164 remove_dir_or_panic(&try_dir); in check_for_bug_47048()1188 fn remove_dir_or_panic(dir: &Path) { in remove_dir_or_panic() function