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.h43 constexpr const char* kXattrInodeCache = "user.inode_cache"; variable
DInstalldNativeService.cpp727 if (write_path_inode(path, "cache", kXattrInodeCache) || in createAppDataLocked()
1037 path = read_path_inode(path, "cache", kXattrInodeCache); in clearAppData()
1045 remove_path_xattr(path, kXattrInodeCache); in clearAppData()
1320 if (getxattr(p->fts_path, kXattrInodeCache, &raw, sizeof(raw)) == sizeof(raw)) { in fixupAppData()