Searched refs:TOMBSTONE_DIR (Results 1 – 2 of 2) sorted by relevance
71 private static final File TOMBSTONE_DIR = new File("/data/tombstones"); field in BootReceiver236 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()
81 #define TOMBSTONE_DIR "/data/tombstones" macro82 #define TOMBSTONE_FILE_PREFIX TOMBSTONE_DIR "/tombstone_"1031 printf("*** NO TOMBSTONES to dump in %s\n\n", TOMBSTONE_DIR); in dumpstate()