Home
last modified time | relevance | path

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

/system/core/debuggerd/rust/tombstoned_client/src/
Dlib.rs47 text_output_fd: RawFd, in from_raw_fds()
53 text_output: if text_output_fd >= 0 { in from_raw_fds()
55 Some(unsafe { File::from_raw_fd(text_output_fd) }) in from_raw_fds()
71 let mut text_output_fd = -1; in connect() localVariable
76 &mut text_output_fd, in connect()
82 Ok(unsafe { Self::from_raw_fds(tombstoned_socket, text_output_fd, proto_output_fd) }) in connect()
127 text_output_fd: &mut i32, in tombstoned_connect_files()
/system/core/debuggerd/
Dtombstone_handler.cpp40 static bool connect_tombstone_server_microdroid(unique_fd* text_output_fd, in connect_tombstone_server_microdroid() argument
89 *text_output_fd = std::move(vsock_output_fd); in connect_tombstone_server_microdroid()
100 bool connect_tombstone_server(pid_t pid, unique_fd* tombstoned_socket, unique_fd* text_output_fd, in connect_tombstone_server() argument
103 return connect_tombstone_server_microdroid(text_output_fd, proto_output_fd, dump_type); in connect_tombstone_server()
105 return tombstoned_connect(pid, tombstoned_socket, text_output_fd, proto_output_fd, dump_type); in connect_tombstone_server()
Dtombstone_handler.h21 android::base::unique_fd* text_output_fd,
/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);
/system/core/debuggerd/rust/tombstoned_client/
Dwrapper.cpp25 bool tombstoned_connect_files(pid_t pid, int& tombstoned_socket, int& text_output_fd, in tombstoned_connect_files() argument
33 text_output_fd = text_output_unique.release(); in tombstoned_connect_files()
Dwrapper.hpp22 bool tombstoned_connect_files(pid_t pid, int& tombstoned_socket, int& text_output_fd,