Home
last modified time | relevance | path

Searched defs:text_output_fd (Results 1 – 4 of 4) 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()
40 bool tombstoned_connect(pid_t pid, unique_fd* tombstoned_socket, unique_fd* text_output_fd, in tombstoned_connect()
/system/core/debuggerd/
Dtombstone_handler.cpp40 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/
Dwrapper.cpp25 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/
Dlib.rs71 let mut text_output_fd = -1; in connect() localVariable