Searched refs:unlink_and_check (Results 1 – 1 of 1) sorted by relevance
2660 auto unlink_and_check = [](const char* path) -> bool { in delete_odex() local2673 bool return_value_oat = unlink_and_check(out_path); in delete_odex()2676 bool return_value_art = unlink_and_check(create_image_filename(out_path).c_str()); in delete_odex()2679 bool return_value_vdex = unlink_and_check(create_vdex_filename(out_path).c_str()); in delete_odex()