Home
last modified time | relevance | path

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

/system/core/debuggerd/tombstoned/
Dtombstoned.cpp67 unique_fd crash_tombstone_fd; member
222 crash->crash_tombstone_fd.reset(dup(output_fd.get())); in perform_request()
364 if (crash->crash_tombstone_fd != -1) { in crash_completed_cb()
365 std::string fd_path = StringPrintf("/proc/self/fd/%d", crash->crash_tombstone_fd.get()); in crash_completed_cb()