Home
last modified time | relevance | path

Searched refs:kTombstonedCrashSocketName (Results 1 – 4 of 4) sorted by relevance

/system/core/debuggerd/
Dprotocol.h28 constexpr char kTombstonedCrashSocketName[] = "tombstoned_crash"; variable
Ddebuggerd_test.cpp1519 unique_fd sockfd(socket_local_client(kTombstonedCrashSocketName, in TEST()
/system/core/debuggerd/tombstoned/
Dtombstoned_client.cpp43 socket_local_client((dump_type != kDebuggerdJavaBacktrace ? kTombstonedCrashSocketName in tombstoned_connect()
Dtombstoned.cpp518 int crash_socket = android_get_control_socket(kTombstonedCrashSocketName); in main()