Home
last modified time | relevance | path

Searched refs:tombstoned_connect (Results 1 – 5 of 5) sorted by relevance

/system/core/debuggerd/tombstoned/include/tombstoned/
Dtombstoned.h25 bool tombstoned_connect(pid_t pid, android::base::unique_fd* tombstoned_socket,
/system/core/debuggerd/tombstoned/
Dtombstoned_client.cpp35 bool tombstoned_connect(pid_t pid, unique_fd* tombstoned_socket, unique_fd* output_fd, in tombstoned_connect() function
/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp238 if (!tombstoned_connect(getpid(), &tombstone_socket, &output_fd, kDebuggerdNativeBacktrace)) { in trace_handler()
331 tombstoned_connect(getpid(), &tombstone_socket, &output_fd, kDebuggerdTombstone); in crash_handler()
/system/core/debuggerd/
Ddebuggerd_test.cpp913 ASSERT_TRUE(tombstoned_connect(pid, &tombstoned_socket, &input_fd, kDebuggerdTombstone)); in TEST()
980 ASSERT_TRUE(tombstoned_connect(pid, &tombstoned_socket, &input_fd, kDebuggerdTombstone)); in TEST()
1016 ASSERT_TRUE(tombstoned_connect(self, &tombstoned_socket, &input_fd, kDebuggerdNativeBacktrace)); in TEST()
1023 ASSERT_TRUE(tombstoned_connect(self, &tombstoned_socket, &input_fd, kDebuggerdJavaBacktrace)); in TEST()
1054 ASSERT_TRUE(tombstoned_connect(fake_pid, &tombstoned_socket, &input_fd, kDebuggerdAnyIntercept)); in TEST()
Dcrash_dump.cpp216 if (!tombstoned_connect(g_target_thread, &g_tombstoned_socket, &g_output_fd, in Initialize()
541 tombstoned_connect(g_target_thread, &g_tombstoned_socket, &g_output_fd, dump_type); in main()