Home | History | Annotate | Download | only in patchoat

Lines Matching full:unlink

403   TEMP_FAILURE_RETRY(unlink(output_oat_filename.c_str()));
912 TEMP_FAILURE_RETRY(unlink(name));
1264 TEMP_FAILURE_RETRY(unlink(output_oat_filename.c_str()));
1268 TEMP_FAILURE_RETRY(unlink(output_image_filename.c_str()));
1296 // TODO: is it going to be promatic to unlink a file that was flock-ed?