Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DCacheTracker.cpp68 auto cachePath = read_path_inode(path, "cache", kXattrInodeCache); in loadStats()
169 loadItemsFrom(read_path_inode(path, "cache", kXattrInodeCache)); in loadItems()
Dutils.h42 constexpr const char* kXattrInodeCache = "user.inode_cache"; variable
DInstalldNativeService.cpp484 if (write_path_inode(path, "cache", kXattrInodeCache) || in createAppData()
595 path = read_path_inode(path, "cache", kXattrInodeCache); in clearAppData()
603 remove_path_xattr(path, kXattrInodeCache); in clearAppData()
796 if (getxattr(p->fts_path, kXattrInodeCache, &raw, sizeof(raw)) == sizeof(raw)) { in fixupAppData()