Searched refs:out_fd (Results 1 – 6 of 6) sorted by relevance
56 bool GetIntercept(pid_t pid, DebuggerdDumpType dump_type, android::base::unique_fd* out_fd);
208 android::base::unique_fd* out_fd) { in GetIntercept() argument231 *out_fd = std::move(intercept->output_fd); in GetIntercept()
113 unique_fd out_fd(TEMP_FAILURE_RETRY(open( in GenerateHashTree() local115 if (!builder->WriteHashTreeToFd(out_fd, 0)) { in GenerateHashTree()
583 android::base::unique_fd out_fd; in RunCmdInApp() local587 out_fd = FileHelper::OpenWriteOnly(output_filepath); in RunCmdInApp()588 if (out_fd == -1) { in RunCmdInApp()592 args.insert(args.end(), {"--out-fd", std::to_string(int(out_fd))}); in RunCmdInApp()
690 android::base::unique_fd out_fd) { in WriteRecordDataToOutFd() argument706 if (!android::base::WriteFully(out_fd, buf, n)) { in WriteRecordDataToOutFd()
204 std::optional<int /*fd*/> in_fd, out_fd; // input-output file descriptors [for fork+exec]. in main() local