Searched refs:TOMBSTONE_DIR (Results 1 – 2 of 2) sorted by relevance
74 private static final File TOMBSTONE_DIR = new File("/data/tombstones"); field in BootReceiver249 File[] tombstoneFiles = TOMBSTONE_DIR.listFiles(); in logBootEvents()261 sTombstoneObserver = new FileObserver(TOMBSTONE_DIR.getPath(), FileObserver.CREATE) { in logBootEvents()266 File file = new File(TOMBSTONE_DIR, path); in logBootEvents()
130 static const std::string TOMBSTONE_DIR = "/data/tombstones/"; variable1397 printf("*** NO TOMBSTONES to dump in %s\n\n", TOMBSTONE_DIR.c_str()); in dumpstate()1553 ds.tombstone_data_ = GetDumpFds(TOMBSTONE_DIR, TOMBSTONE_FILE_PREFIX, !ds.IsZipping()); in DumpstateDefault()