Home
last modified time | relevance | path

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

/aosp_15_r20/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()
/aosp_15_r20/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()
/aosp_15_r20/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()
/aosp_15_r20/out/soong/.intermediates/system/core/debuggerd/rust/tombstoned_client/libtombstoned_client_rust_bridge_code/gen/
Dlibtombstoned_client_cxx_generated.cc16 …files(::std::int32_t pid, ::std::int32_t &tombstoned_socket, ::std::int32_t &text_output_fd, ::std… in cxxbridge1$tombstoned_connect_files()
/aosp_15_r20/system/core/debuggerd/rust/tombstoned_client/src/
H A Dlib.rs71 let mut text_output_fd = -1; in connect() localVariable