Searched defs:text_output_fd (Results 1 – 4 of 4) sorted by relevance
/system/core/debuggerd/tombstoned/ |
D | tombstoned_client.cpp | 35 bool tombstoned_connect(pid_t pid, unique_fd* tombstoned_socket, unique_fd* text_output_fd, in tombstoned_connect() 40 bool tombstoned_connect(pid_t pid, unique_fd* tombstoned_socket, unique_fd* text_output_fd, in tombstoned_connect()
|
/system/core/debuggerd/ |
D | tombstone_handler.cpp | 40 static bool connect_tombstone_server_microdroid(unique_fd* text_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()
|
/system/core/debuggerd/rust/tombstoned_client/ |
D | wrapper.cpp | 25 bool tombstoned_connect_files(pid_t pid, int& tombstoned_socket, int& text_output_fd, in tombstoned_connect_files()
|
/system/core/debuggerd/rust/tombstoned_client/src/ |
D | lib.rs | 71 let mut text_output_fd = -1; in connect() localVariable
|