Home
last modified time | relevance | path

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

/system/core/debuggerd/tombstoned/
Dintercept_manager.h56 bool GetIntercept(pid_t pid, DebuggerdDumpType dump_type, android::base::unique_fd* out_fd);
Dintercept_manager.cpp208 android::base::unique_fd* out_fd) { in GetIntercept() argument
231 *out_fd = std::move(intercept->output_fd); in GetIntercept()
/system/apex/apexd/
Dapexd_verity.cpp113 unique_fd out_fd(TEMP_FAILURE_RETRY(open( in GenerateHashTree() local
115 if (!builder->WriteHashTreeToFd(out_fd, 0)) { in GenerateHashTree()
/system/extras/simpleperf/
Denvironment.cpp583 android::base::unique_fd out_fd; in RunCmdInApp() local
587 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()
Dcmd_record.cpp690 android::base::unique_fd out_fd) { in WriteRecordDataToOutFd() argument
706 if (!android::base::WriteFully(out_fd, buf, n)) { in WriteRecordDataToOutFd()
/system/iorap/src/inode2filename/
Dmain.cc204 std::optional<int /*fd*/> in_fd, out_fd; // input-output file descriptors [for fork+exec]. in main() local