Home
last modified time | relevance | path

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

/system/core/debuggerd/tombstoned/
Dtombstoned_client.cpp35 bool tombstoned_connect(pid_t pid, unique_fd* tombstoned_socket, unique_fd* text_output_fd, in tombstoned_connect() argument
37 return tombstoned_connect(pid, tombstoned_socket, text_output_fd, nullptr, dump_type); in tombstoned_connect()
40 bool tombstoned_connect(pid_t pid, unique_fd* tombstoned_socket, unique_fd* text_output_fd, in tombstoned_connect() argument
93 *text_output_fd = std::move(tmp_output_fd); in tombstoned_connect()
/system/core/debuggerd/tombstoned/include/tombstoned/
Dtombstoned.h26 android::base::unique_fd* text_output_fd,
30 android::base::unique_fd* text_output_fd, DebuggerdDumpType dump_type);