Lines Matching refs:unlink
951 if (unlink(file_name) < 0) { in open_output_file()
1074 if (unlink(swap_file_name.c_str()) < 0) { in maybe_open_dexopt_swap_file()
1179 unlink(in_vdex_path_str.c_str()); in open_vdex_files_for_dex2oat()
2069 if (unlink(file.c_str()) == 0) { in unlink_if_exists()
2314 if (unlink(to) != 0) { in unlink_and_rename()
2345 unlink(b_path.c_str()); in move_ab_path()
2353 if (unlink(b_path.c_str()) != 0) { in move_ab_path()
2409 unlink(a_image_path.c_str()); in move_ab()
2417 unlink(b_image_path.c_str()); in move_ab()
2422 unlink(b_vdex_path.c_str()); in move_ab()
2423 unlink(b_image_path.c_str()); in move_ab()
2449 if (unlink(path) != 0) { in delete_odex()