Home
last modified time | relevance | path

Searched refs:kXattrCacheTombstone (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
DCacheItem.cpp87 | (getxattr(p->fts_path, kXattrCacheTombstone, nullptr, 0) >= 0); in purge()
DCacheTracker.cpp125 item->tombstone |= (getxattr(p->fts_path, kXattrCacheTombstone, nullptr, 0) >= 0); in loadItemsFrom()
Dutils.h45 constexpr const char* kXattrCacheTombstone = "user.cache_tombstone"; variable