Home
last modified time | relevance | path

Searched refs:outfd (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Dview_compiler.cpp56 unique_fd outfd{open(out_dex_file, O_CREAT | O_TRUNC | O_WRONLY | O_CLOEXEC, 0644)}; in view_compiler() local
57 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()