Searched defs:tombstoned_socket (Results 1 – 5 of 5) sorted by relevance
/aosp14/system/core/debuggerd/tombstoned/ |
H A 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() 100 bool tombstoned_notify_completion(int tombstoned_socket) { in tombstoned_notify_completion()
|
/aosp14/system/core/debuggerd/ |
H A D | tombstone_handler.cpp | 100 bool connect_tombstone_server(pid_t pid, unique_fd* tombstoned_socket, unique_fd* text_output_fd, in connect_tombstone_server() 108 bool notify_completion(int tombstoned_socket, int vsock_out, int vsock_proto) { in notify_completion()
|
H A D | debuggerd_test.cpp | 1769 unique_fd tombstoned_socket, input_fd; in TEST() local 1836 unique_fd tombstoned_socket, input_fd; in TEST() local 1872 unique_fd tombstoned_socket, input_fd; in TEST() local 1910 unique_fd tombstoned_socket, input_fd; in TEST() local 2099 unique_fd tombstoned_socket, text_fd, proto_fd; in TEST() local 2157 unique_fd tombstoned_socket, text_fd, proto_fd; in TEST() local
|
/aosp14/system/core/debuggerd/rust/tombstoned_client/src/ |
H A D | lib.rs | 34 tombstoned_socket: File, field 64 let mut tombstoned_socket = -1; in connect() localVariable
|
/aosp14/system/core/debuggerd/rust/tombstoned_client/ |
H A D | wrapper.cpp | 25 bool tombstoned_connect_files(pid_t pid, int& tombstoned_socket, int& text_output_fd, in tombstoned_connect_files()
|