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()
170 loadItemsFrom(read_path_inode(path, "cache", kXattrInodeCache)); in loadItems()
Dutils.h42 constexpr const char* kXattrInodeCache = "user.inode_cache"; variable
DInstalldNativeService.cpp449 if (write_path_inode(path, "cache", kXattrInodeCache) || in createAppData()
560 path = read_path_inode(path, "cache", kXattrInodeCache); in clearAppData()
568 remove_path_xattr(path, kXattrInodeCache); in clearAppData()
742 if (getxattr(p->fts_path, kXattrInodeCache, &raw, sizeof(raw)) == sizeof(raw)) { in fixupAppData()