Home
last modified time | relevance | path

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

/system/libartpalette/
Dpalette_android.cc110 android::base::unique_fd tombstone_fd; in PaletteWriteCrashThreadStacks() local
113 if (!tombstoned_connect(getpid(), &tombstone_fd, &output_fd, kDebuggerdJavaBacktrace)) { in PaletteWriteCrashThreadStacks()
147 if (!tombstoned_notify_completion(tombstone_fd)) { in PaletteWriteCrashThreadStacks()
/system/core/debuggerd/libdebuggerd/test/
Dtombstone_test.cpp50 int tombstone_fd = mkstemp(tmp_file); in SetUp() local
51 if (tombstone_fd == -1) { in SetUp()
54 tombstone_fd = mkstemp(tmp_file); in SetUp()
55 if (tombstone_fd == -1) { in SetUp()
63 log_.tfd = tombstone_fd; in SetUp()
Ddump_memory_test.cpp146 int tombstone_fd = mkstemp(tmp_file); in SetUp() local
147 if (tombstone_fd == -1) { in SetUp()
150 tombstone_fd = mkstemp(tmp_file); in SetUp()
151 if (tombstone_fd == -1) { in SetUp()
159 log_.tfd = tombstone_fd; in SetUp()
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dtombstone.h60 void engrave_tombstone_ucontext(int tombstone_fd, int proto_fd, uint64_t abort_msg_address,
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp562 void engrave_tombstone_ucontext(int tombstone_fd, int proto_fd, uint64_t abort_msg_address, in engrave_tombstone_ucontext() argument
571 log.tfd = tombstone_fd; in engrave_tombstone_ucontext()
605 engrave_tombstone(unique_fd(dup(tombstone_fd)), unique_fd(dup(proto_fd)), &unwinder, threads, tid, in engrave_tombstone_ucontext()