Searched refs:fdtmp3 (Results 1 – 1 of 1) sorted by relevance
1273 int fdtmp3; in copy_elf_file_to_temp_ar_file() local1276 if ((fdtmp3 = open(elftmpfile.tmp_name, O_RDONLY)) == -1) { in copy_elf_file_to_temp_ar_file()1290 if (read(fdtmp3, buf, stbuf.st_size) != stbuf.st_size) { in copy_elf_file_to_temp_ar_file()1325 (void) close(fdtmp3); in copy_elf_file_to_temp_ar_file()