Home
last modified time | relevance | path

Searched refs:read_path_inode (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/installd/
DCacheTracker.cpp68 auto cachePath = read_path_inode(path, "cache", kXattrInodeCache); in loadStats()
69 auto codeCachePath = read_path_inode(path, "code_cache", kXattrInodeCodeCache); in loadStats()
169 loadItemsFrom(read_path_inode(path, "cache", kXattrInodeCache)); in loadItems()
170 loadItemsFrom(read_path_inode(path, "code_cache", kXattrInodeCodeCache)); in loadItems()
Dutils.h139 std::string read_path_inode(const std::string& parent, const char* name, const char* inode_xattr);
Dutils.cpp779 std::string read_path_inode(const std::string& parent, const char* name, const char* inode_xattr) { in read_path_inode() function
DInstalldNativeService.cpp605 path = read_path_inode(path, "cache", kXattrInodeCache); in clearAppData()
607 path = read_path_inode(path, "code_cache", kXattrInodeCodeCache); in clearAppData()