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

/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
H A Dtombstone.h41 void engrave_tombstone(int tombstone_fd, BacktraceMap* map, const OpenFilesList* open_files,
46 void engrave_tombstone_ucontext(int tombstone_fd, uint64_t abort_msg_address, siginfo_t* siginfo,
/system/core/debuggerd/libdebuggerd/test/
H A Dtombstone_test.cpp52 int tombstone_fd = mkstemp(tmp_file); local
53 if (tombstone_fd == -1) {
56 tombstone_fd = mkstemp(tmp_file);
57 if (tombstone_fd == -1) {
65 log_.tfd = tombstone_fd;
H A Ddump_memory_test.cpp163 int tombstone_fd = mkstemp(tmp_file); local
164 if (tombstone_fd == -1) {
167 tombstone_fd = mkstemp(tmp_file);
168 if (tombstone_fd == -1) {
176 log_.tfd = tombstone_fd;
/system/core/debuggerd/libdebuggerd/
H A Dtombstone.cpp587 void engrave_tombstone_ucontext(int tombstone_fd, uint64_t abort_msg_address, siginfo_t* siginfo, argument
595 log.tfd = tombstone_fd;
623 engrave_tombstone(unique_fd(dup(tombstone_fd)), backtrace_map.get(), process_memory.get(),

Completed in 67 milliseconds