Searched defs:text_output_fd (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/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()
|
/aosp_15_r20/system/core/debuggerd/ |
H A D | tombstone_handler.cpp | 40 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 D | wrapper.cpp | 25 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/ |
D | libtombstoned_client_cxx_generated.cc | 16 …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 D | lib.rs | 71 let mut text_output_fd = -1; in connect() localVariable
|