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.cpp130 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/support/v7/appcompat/src/android/support/v7/app/
DNotificationCompatImplBase.java168 final boolean tombstone = (action.getActionIntent() == null); in generateMediaActionButton()
172 if (!tombstone) { in generateMediaActionButton()
223 final boolean tombstone = (action.actionIntent == null); in generateActionButton()
225 tombstone ? getActionTombstoneLayoutResource() in generateActionButton()
231 if (!tombstone) { in generateActionButton()
/frameworks/compile/mclinker/unittests/
DHashTableTest.cpp177 TEST_F(HashTableTest, tombstone) { in TEST_F() argument
/frameworks/base/core/java/android/os/storage/
DStorageManager.java1950 public void setCacheBehaviorTombstone(File path, boolean tombstone) throws IOException { in setCacheBehaviorTombstone() argument
1951 setCacheBehavior(path, XATTR_CACHE_TOMBSTONE, tombstone); in setCacheBehaviorTombstone()