Searched refs:tombstone_fd (Results 1 – 5 of 5) sorted by relevance
/system/libartpalette/ |
D | palette_android.cc | 109 android::base::unique_fd tombstone_fd; in PaletteWriteCrashThreadStacks() local 112 if (!tombstoned_connect(getpid(), &tombstone_fd, &output_fd, kDebuggerdJavaBacktrace)) { in PaletteWriteCrashThreadStacks() 146 if (!tombstoned_notify_completion(tombstone_fd)) { in PaletteWriteCrashThreadStacks()
|
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/ |
D | tombstone.h | 52 void engrave_tombstone_ucontext(int tombstone_fd, uint64_t abort_msg_address, siginfo_t* siginfo,
|
/system/core/debuggerd/libdebuggerd/test/ |
D | tombstone_test.cpp | 50 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()
|
D | dump_memory_test.cpp | 166 int tombstone_fd = mkstemp(tmp_file); in SetUp() local 167 if (tombstone_fd == -1) { in SetUp() 170 tombstone_fd = mkstemp(tmp_file); in SetUp() 171 if (tombstone_fd == -1) { in SetUp() 179 log_.tfd = tombstone_fd; in SetUp()
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone.cpp | 553 void engrave_tombstone_ucontext(int tombstone_fd, uint64_t abort_msg_address, siginfo_t* siginfo, in engrave_tombstone_ucontext() argument 562 log.tfd = tombstone_fd; in engrave_tombstone_ucontext() 589 engrave_tombstone(unique_fd(dup(tombstone_fd)), &unwinder, threads, tid, process_info, nullptr, in engrave_tombstone_ucontext()
|