Searched refs:kXattrCacheTombstone (Results 1 – 3 of 3) sorted by relevance
87 | (getxattr(p->fts_path, kXattrCacheTombstone, nullptr, 0) >= 0); in purge()
125 item->tombstone |= (getxattr(p->fts_path, kXattrCacheTombstone, nullptr, 0) >= 0); in loadItemsFrom()
45 constexpr const char* kXattrCacheTombstone = "user.cache_tombstone"; variable