Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DCacheItem.h50 bool tombstone; variable
/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/core/java/android/os/storage/
DStorageManager.java1974 public void setCacheBehaviorTombstone(File path, boolean tombstone) throws IOException { in setCacheBehaviorTombstone()