Home
last modified time | relevance | path

Searched defs:tombstoned_socket (Results 1 – 5 of 5) 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()
100 bool tombstoned_notify_completion(int tombstoned_socket) { in tombstoned_notify_completion()
/aosp14/system/core/debuggerd/
H A Dtombstone_handler.cpp100 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 Ddebuggerd_test.cpp1769 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 Dlib.rs34 tombstoned_socket: File, field
64 let mut tombstoned_socket = -1; in connect() localVariable
/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()