Searched refs:tombstone_fd (Results 1 – 5 of 5) sorted by relevance
/system/libartpalette/ |
D | palette_android.cc | 110 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/ |
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 | 146 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/ |
D | tombstone.h | 60 void engrave_tombstone_ucontext(int tombstone_fd, int proto_fd, uint64_t abort_msg_address,
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone.cpp | 562 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()
|