Home
last modified time | relevance | path

Searched refs:tombstone (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/cmds/installd/
DCacheItem.cpp42 tombstone = mParent->tombstone; in CacheItem()
47 tombstone = false; in CacheItem()
84 p->fts_number = tombstone; in purge()
120 if (tombstone) { in purge()
DCacheItem.h50 bool tombstone; variable
DCacheTracker.cpp125 item->tombstone |= (getxattr(p->fts_path, kXattrCacheTombstone, nullptr, 0) >= 0); in loadItemsFrom()
/frameworks/compile/mclinker/include/mcld/ADT/
DHashBase.tcc45 static entry_type* tombstone = reinterpret_cast<entry_type*>(0x1); in getTombstone() local
46 return tombstone; in getTombstone()
/frameworks/compile/mclinker/unittests/
DHashTableTest.cpp177 TEST_F(HashTableTest, tombstone) { in TEST_F() argument
/frameworks/base/core/java/android/os/storage/
DStorageManager.java2269 public void setCacheBehaviorTombstone(File path, boolean tombstone) throws IOException { in setCacheBehaviorTombstone() argument
2270 setCacheBehavior(path, XATTR_CACHE_TOMBSTONE, tombstone); in setCacheBehaviorTombstone()
/frameworks/base/core/java/android/app/
DNotification.java5543 final boolean tombstone = (action.actionIntent == null); in generateActionButton()
5546 : tombstone ? getActionTombstoneLayoutResource() in generateActionButton()
5548 if (!tombstone) { in generateActionButton()
8166 final boolean tombstone = (action.actionIntent == null); in bindMediaActionButton()
8192 if (!tombstone) { in bindMediaActionButton()