Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DCacheTracker.cpp69 auto codeCachePath = read_path_inode(path, "code_cache", kXattrInodeCodeCache); in loadStats()
170 loadItemsFrom(read_path_inode(path, "code_cache", kXattrInodeCodeCache)); in loadItems()
Dutils.h43 constexpr const char* kXattrInodeCodeCache = "user.inode_code_cache"; variable
DInstalldNativeService.cpp492 write_path_inode(path, "code_cache", kXattrInodeCodeCache)) { in createAppData()
607 path = read_path_inode(path, "code_cache", kXattrInodeCodeCache); in clearAppData()
614 remove_path_xattr(path, kXattrInodeCodeCache); in clearAppData()
809 if (getxattr(p->fts_path, kXattrInodeCodeCache, &raw, sizeof(raw)) == sizeof(raw)) { in fixupAppData()