Home
last modified time | relevance | path

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

/system/core/debuggerd/tombstoned/
Dtombstoned.cpp66 std::string crash_tombstone_path; member
221 std::tie(crash->crash_tombstone_path, output_fd) = CrashQueue::for_crash(crash)->get_output(); in perform_request()
390 if (!crash->crash_tombstone_path.empty()) { in crash_completed_cb()
391 rc = unlink(crash->crash_tombstone_path.c_str()); in crash_completed_cb()
393 PLOG(ERROR) << "failed to unlink temporary tombstone at " << crash->crash_tombstone_path; in crash_completed_cb()