Home
last modified time | relevance | path

Searched defs:tombstoned_socket (Results 1 – 5 of 5) 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()
100 bool tombstoned_notify_completion(int tombstoned_socket) { in tombstoned_notify_completion()
/system/core/debuggerd/
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()
Ddebuggerd_test.cpp2100 unique_fd tombstoned_socket, input_fd; in TEST() local
2169 unique_fd tombstoned_socket, input_fd; in TEST() local
2206 unique_fd tombstoned_socket, input_fd; in TEST() local
2294 unique_fd tombstoned_socket, input_fd; in TEST() local
2315 unique_fd tombstoned_socket, input_fd; in TEST() local
2339 unique_fd tombstoned_socket, input_fd; in TEST() local
2598 unique_fd tombstoned_socket, text_fd, proto_fd; in TEST() local
2646 unique_fd tombstoned_socket, text_fd, proto_fd; in TEST() local
/system/core/debuggerd/rust/tombstoned_client/src/
Dlib.rs34 tombstoned_socket: File, field
70 let mut tombstoned_socket = -1; in connect() localVariable
/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()