Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dtombstone_handler.cpp41 unique_fd* proto_output_fd, in connect_tombstone_server_microdroid()
101 unique_fd* proto_output_fd, DebuggerdDumpType dump_type) { in connect_tombstone_server()
/system/core/debuggerd/rust/tombstoned_client/
Dwrapper.cpp26 int& proto_output_fd, DebuggerdDumpType dump_type) { in tombstoned_connect_files()
/system/core/debuggerd/tombstoned/
Dtombstoned_client.cpp41 unique_fd* proto_output_fd, DebuggerdDumpType dump_type) { in tombstoned_connect()
/system/core/debuggerd/rust/tombstoned_client/src/
Dlib.rs72 let mut proto_output_fd = -1; in connect() localVariable