Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DCacheTracker.cpp65 auto codeCachePath = read_path_inode(path, "code_cache", kXattrInodeCodeCache); in loadStats()
175 loadItemsFrom(read_path_inode(path, "code_cache", kXattrInodeCodeCache)); in loadItems()
Dutils.h45 constexpr const char* kXattrInodeCodeCache = "user.inode_code_cache"; variable
DInstalldNativeService.cpp490 write_path_inode(path, "code_cache", kXattrInodeCodeCache)) { in createAppData()
606 path = read_path_inode(path, "code_cache", kXattrInodeCodeCache); in clearAppData()
613 remove_path_xattr(path, kXattrInodeCodeCache); in clearAppData()
730 if (getxattr(p->fts_path, kXattrInodeCodeCache, &raw, sizeof(raw)) == sizeof(raw)) { in fixupAppData()