HomeSort by relevance Sort by last modified time
    Searched defs:TOMBSTONE_DIR (Results 1 - 3 of 3) sorted by null

  /system/core/debuggerd/libdebuggerd/
tombstone.cpp 59 #define TOMBSTONE_DIR "/data/tombstones"
60 #define TOMBSTONE_TEMPLATE (TOMBSTONE_DIR"/tombstone_%02d")
  /frameworks/base/core/java/com/android/server/
BootReceiver.java 71 private static final File TOMBSTONE_DIR = new File("/data/tombstones");
236 File[] tombstoneFiles = TOMBSTONE_DIR.listFiles();
248 sTombstoneObserver = new FileObserver(TOMBSTONE_DIR.getPath(), FileObserver.CLOSE_WRITE) {
253 File file = new File(TOMBSTONE_DIR, path);
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 81 #define TOMBSTONE_DIR "/data/tombstones"
82 #define TOMBSTONE_FILE_PREFIX TOMBSTONE_DIR "/tombstone_"
    [all...]

Completed in 119 milliseconds