Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dtombstone.h47 void engrave_tombstone(int tombstone_fd, unwindstack::Unwinder* unwinder,
52 void engrave_tombstone_ucontext(int tombstone_fd, uint64_t abort_msg_address, siginfo_t* siginfo,
/system/core/debuggerd/libdebuggerd/test/
Dtombstone_test.cpp44 int tombstone_fd = mkstemp(tmp_file); in SetUp() local
45 if (tombstone_fd == -1) { in SetUp()
48 tombstone_fd = mkstemp(tmp_file); in SetUp()
49 if (tombstone_fd == -1) { in SetUp()
57 log_.tfd = tombstone_fd; in SetUp()
Ddump_memory_test.cpp163 int tombstone_fd = mkstemp(tmp_file); in SetUp() local
164 if (tombstone_fd == -1) { in SetUp()
167 tombstone_fd = mkstemp(tmp_file); in SetUp()
168 if (tombstone_fd == -1) { in SetUp()
176 log_.tfd = tombstone_fd; in SetUp()
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp617 void engrave_tombstone_ucontext(int tombstone_fd, uint64_t abort_msg_address, siginfo_t* siginfo, in engrave_tombstone_ucontext() argument
626 log.tfd = tombstone_fd; in engrave_tombstone_ucontext()
654 engrave_tombstone(unique_fd(dup(tombstone_fd)), &unwinder, threads, tid, abort_msg_address, in engrave_tombstone_ucontext()