Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/server/
DBootReceiver.java74 private static final File TOMBSTONE_DIR = new File("/data/tombstones"); field in BootReceiver
249 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()
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp130 static const std::string TOMBSTONE_DIR = "/data/tombstones/"; variable
1397 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()