Searched refs:out_fd (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/tools/arm_boot/
H A Darm_bootimage.c1128 int out_fd= open(outfile, O_WRONLY | O_CREAT | O_TRUNC, local
1131 if(out_fd < 0) fail_errno("open");
1134 Elf *out_elf= elf_begin(out_fd, ELF_C_WRITE, NULL);
1216 if(close(out_fd) < 0) fail_errno("close");

Completed in 33 milliseconds