Searched refs:tmp_fd (Results 1 – 1 of 1) sorted by relevance
80 int tmp_fd = TEMP_FAILURE_RETRY(mkstemp(relro_tmp)); in DoCreateRelroFile() local81 if (tmp_fd == -1) { in DoCreateRelroFile()89 extinfo.relro_fd = tmp_fd; in DoCreateRelroFile()91 int close_result = close(tmp_fd); in DoCreateRelroFile()