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