Searched refs:outfd (Results 1 – 1 of 1) sorted by relevance
56 unique_fd outfd{open(out_dex_file, O_CREAT | O_TRUNC | O_WRONLY | O_CLOEXEC, 0644)}; in view_compiler() local57 if (outfd.get() < 0) { in view_compiler()61 if (fchmod(outfd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) != 0) { in view_compiler()65 if (dup2(outfd, STDOUT_FILENO) < 0) { in view_compiler()