Lines Matching refs:unlink
942 if (unlink(file_name) < 0) { in open_output_file()
1065 if (unlink(swap_file_name.c_str()) < 0) { in maybe_open_dexopt_swap_file()
1171 unlink(in_vdex_path_str.c_str()); in open_vdex_files_for_dex2oat()
2059 if (unlink(file.c_str()) == 0) { in unlink_if_exists()
2304 if (unlink(to) != 0) { in unlink_and_rename()
2335 unlink(b_path.c_str()); in move_ab_path()
2343 if (unlink(b_path.c_str()) != 0) { in move_ab_path()
2399 unlink(a_image_path.c_str()); in move_ab()
2407 unlink(b_image_path.c_str()); in move_ab()
2412 unlink(b_vdex_path.c_str()); in move_ab()
2413 unlink(b_image_path.c_str()); in move_ab()
2439 if (unlink(path) != 0) { in delete_odex()