Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DCacheTracker.cpp64 auto cachePath = read_path_inode(path, "cache", kXattrInodeCache); in loadStats()
174 loadItemsFrom(read_path_inode(path, "cache", kXattrInodeCache)); in loadItems()
Dutils.h44 constexpr const char* kXattrInodeCache = "user.inode_cache"; variable
DInstalldNativeService.cpp489 if (write_path_inode(path, "cache", kXattrInodeCache) || in createAppData()
604 path = read_path_inode(path, "cache", kXattrInodeCache); in clearAppData()
612 remove_path_xattr(path, kXattrInodeCache); in clearAppData()
727 if (getxattr(p->fts_path, kXattrInodeCache, &raw, sizeof(raw)) == sizeof(raw)) { in fixupAppData()