Searched refs:tombstone_path (Results 1 – 1 of 1) sorted by relevance
366 std::string tombstone_path = CrashQueue::for_crash(crash)->get_next_artifact_path(); in crash_completed_cb() local369 int rc = unlink(tombstone_path.c_str()); in crash_completed_cb()371 PLOG(ERROR) << "failed to unlink tombstone at " << tombstone_path; in crash_completed_cb()375 rc = linkat(AT_FDCWD, fd_path.c_str(), AT_FDCWD, tombstone_path.c_str(), AT_SYMLINK_FOLLOW); in crash_completed_cb()380 LOG(ERROR) << "Traces for pid " << crash->crash_pid << " written to: " << tombstone_path; in crash_completed_cb()385 LOG(ERROR) << "Tombstone written to: " << tombstone_path; in crash_completed_cb()