Searched refs:tombstone (Results 1 – 7 of 7) sorted by relevance
42 tombstone = mParent->tombstone; in CacheItem()47 tombstone = false; in CacheItem()84 p->fts_number = tombstone; in purge()120 if (tombstone) { in purge()
50 bool tombstone; variable
130 item->tombstone |= (getxattr(p->fts_path, kXattrCacheTombstone, nullptr, 0) >= 0); in loadItemsFrom()
45 static entry_type* tombstone = reinterpret_cast<entry_type*>(0x1); in getTombstone() local46 return tombstone; in getTombstone()
168 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()
177 TEST_F(HashTableTest, tombstone) { in TEST_F() argument
1950 public void setCacheBehaviorTombstone(File path, boolean tombstone) throws IOException { in setCacheBehaviorTombstone() argument1951 setCacheBehavior(path, XATTR_CACHE_TOMBSTONE, tombstone); in setCacheBehaviorTombstone()