Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/os/
H A DNativeTombstoneManager.java71 private static final File TOMBSTONE_DIR = new File("/data/tombstones"); field in NativeTombstoneManager
101 final File[] tombstoneFiles = TOMBSTONE_DIR.listFiles(); in onSystemReady()
547 super(TOMBSTONE_DIR, FileObserver.CREATE | FileObserver.MOVED_TO); in TombstoneWatcher()
553 handleTombstone(new File(TOMBSTONE_DIR, path)); in onEvent()
/aosp12/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp185 static const std::string TOMBSTONE_DIR = "/data/tombstones/"; variable
1688 printf("*** NO TOMBSTONES to dump in %s\n\n", TOMBSTONE_DIR.c_str()); in dumpstate()
1839 ds.tombstone_data_ = GetDumpFds(TOMBSTONE_DIR, TOMBSTONE_FILE_PREFIX, !ds.IsZipping()); in DumpstateDefaultAfterCritical()