Searched defs:output_fd (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dcommands.cpp1213 fd_t output_fd) {
1218 profman_args.push_back(StringPrintf("--dump-output-to-fd=%d", output_fd));
1274 fd_t output_fd = open(out_file_name.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_NOFOLLOW); local
1275 if (fchmod(output_fd, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) < 0) {
1298 apk_fds, output_fd);
1209 run_profman_dump(const std::vector<fd_t>& profile_fds, fd_t reference_profile_fd, const std::vector<std::string>& dex_locations, const std::vector<fd_t>& apk_fds, fd_t output_fd) argument

Completed in 59 milliseconds