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

/system/core/debuggerd/
H A Ddebuggerd.cpp539 std::string tombstone_path; local
544 tombstone_fd = open_tombstone(&tombstone_path);
617 if (!tombstone_path.empty()) {
618 android::base::WriteFully(fd, tombstone_path.c_str(), tombstone_path.length());
853 char tombstone_path[PATH_MAX]; local
854 if (dump_tombstone(tid, tombstone_path, sizeof(tombstone_path)) < 0) {
858 fprintf(stderr, "Tombstone written to: %s\n", tombstone_path);

Completed in 435 milliseconds