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.java71 private static final File TOMBSTONE_DIR = new File("/data/tombstones"); field in BootReceiver
236 File[] tombstoneFiles = TOMBSTONE_DIR.listFiles(); in logBootEvents()
248 sTombstoneObserver = new FileObserver(TOMBSTONE_DIR.getPath(), FileObserver.CLOSE_WRITE) { in logBootEvents()
253 File file = new File(TOMBSTONE_DIR, path); in logBootEvents()
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp81 #define TOMBSTONE_DIR "/data/tombstones" macro
82 #define TOMBSTONE_FILE_PREFIX TOMBSTONE_DIR "/tombstone_"
1031 printf("*** NO TOMBSTONES to dump in %s\n\n", TOMBSTONE_DIR); in dumpstate()