Home
last modified time | relevance | path

Searched defs:tombstone (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/cmds/installd/
DCacheItem.h50 bool tombstone; variable
/frameworks/base/services/core/java/com/android/server/os/
DNativeTombstoneManager.java180 TombstoneFile tombstone = mTombstones.valueAt(i); in purge() local
264 TombstoneFile tombstone = mTombstones.valueAt(i); in collectTombstones() local
/frameworks/compile/mclinker/include/mcld/ADT/
DHashBase.tcc45 static entry_type* tombstone = reinterpret_cast<entry_type*>(0x1); in getTombstone() local
/frameworks/compile/mclinker/unittests/
DHashTableTest.cpp177 TEST_F(HashTableTest, tombstone) { in TEST_F() argument
/frameworks/base/services/core/java/com/android/server/
DBootReceiver.java477 public static void addTombstoneToDropBox(Context ctx, File tombstone, boolean proto) { in addTombstoneToDropBox()
/frameworks/base/core/java/android/os/storage/
DStorageManager.java2713 public void setCacheBehaviorTombstone(File path, boolean tombstone) throws IOException { in setCacheBehaviorTombstone()