Home | History | Annotate | Download | only in installd

Lines Matching refs:output_fd

1267                              fd_t output_fd) {
1272 profman_args.push_back(StringPrintf("--dump-output-to-fd=%d", output_fd));
1328 fd_t output_fd = open(out_file_name.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_NOFOLLOW);
1329 if (fchmod(output_fd, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) < 0) {
1352 apk_fds, output_fd);