Home
last modified time | relevance | path

Searched defs:text_output_fd (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/debuggerd/tombstoned/
H A 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()
/aosp14/system/core/debuggerd/
H A 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()
/aosp14/system/core/debuggerd/rust/tombstoned_client/
H A Dwrapper.cpp25 bool tombstoned_connect_files(pid_t pid, int& tombstoned_socket, int& text_output_fd, in tombstoned_connect_files()
/aosp14/system/core/debuggerd/rust/tombstoned_client/src/
H A Dlib.rs65 let mut text_output_fd = -1; in connect() localVariable