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

/frameworks/base/core/java/com/android/server/
H A DBootReceiver.java50 private static final File TOMBSTONE_DIR = new File("/data/tombstones"); field in class:BootReceiver
158 File[] tombstoneFiles = TOMBSTONE_DIR.listFiles();
168 sTombstoneObserver = new FileObserver(TOMBSTONE_DIR.getPath(), FileObserver.CLOSE_WRITE) {
172 File file = new File(TOMBSTONE_DIR, path);
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.c49 #define TOMBSTONE_DIR "/data/tombstones" macro
50 #define TOMBSTONE_FILE_PREFIX TOMBSTONE_DIR "/tombstone_"
222 printf("*** NO TOMBSTONES to dump in %s\n\n", TOMBSTONE_DIR);

Completed in 82 milliseconds