Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dtombstone.h35 void engrave_tombstone(int tombstone_fd, BacktraceMap* map, pid_t pid, pid_t tid,
Ddebuggerd.cpp455 static bool perform_dump(const debugger_request_t& request, int fd, int tombstone_fd, in perform_dump() argument
474 engrave_tombstone(tombstone_fd, backtrace_map, request.pid, request.tid, siblings, signal, in perform_dump()
501 engrave_tombstone(tombstone_fd, backtrace_map, request.pid, request.tid, siblings, signal, in perform_dump()
540 int tombstone_fd = -1; in worker_process() local
544 tombstone_fd = open_tombstone(&tombstone_path); in worker_process()
545 if (tombstone_fd == -1) { in worker_process()
613 succeeded = perform_dump(request, fd, tombstone_fd, backtrace_map.get(), siblings, in worker_process()
Dtombstone.cpp687 void engrave_tombstone(int tombstone_fd, BacktraceMap* map, pid_t pid, pid_t tid, in engrave_tombstone() argument
694 if (tombstone_fd < 0) { in engrave_tombstone()
699 log.tfd = tombstone_fd; in engrave_tombstone()
/system/core/debuggerd/test/
Ddump_memory_test.cpp114 int tombstone_fd = mkstemp(tmp_file); in SetUp() local
115 if (tombstone_fd == -1) { in SetUp()
118 tombstone_fd = mkstemp(tmp_file); in SetUp()
119 if (tombstone_fd == -1) { in SetUp()
127 log_.tfd = tombstone_fd; in SetUp()
Dtombstone_test.cpp57 int tombstone_fd = mkstemp(tmp_file); in SetUp() local
58 if (tombstone_fd == -1) { in SetUp()
61 tombstone_fd = mkstemp(tmp_file); in SetUp()
62 if (tombstone_fd == -1) { in SetUp()
70 log_.tfd = tombstone_fd; in SetUp()