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

  /frameworks/base/services/java/com/android/server/
BootReceiver.java 47 private static final File TOMBSTONE_DIR = new File("/data/tombstones");
133 File[] tombstoneFiles = TOMBSTONE_DIR.listFiles();
141 sTombstoneObserver = new FileObserver(TOMBSTONE_DIR.getPath(), FileObserver.CLOSE_WRITE) {
145 String filename = new File(TOMBSTONE_DIR, path).getPath();
  /system/core/debuggerd/
debuggerd.c 500 #define TOMBSTONE_DIR "/data/tombstones"
525 snprintf(path, sizeof(path), TOMBSTONE_DIR"/tombstone_%02d", i);
546 snprintf(path, sizeof(path), TOMBSTONE_DIR"/tombstone_%02d", oldest);
597 mkdir(TOMBSTONE_DIR, 0755);
598 chown(TOMBSTONE_DIR, AID_SYSTEM, AID_SYSTEM);

Completed in 30 milliseconds