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

/frameworks/native/cmds/installd/
H A DCacheTracker.cpp64 auto cachePath = read_path_inode(path, "cache", kXattrInodeCache);
65 auto codeCachePath = read_path_inode(path, "code_cache", kXattrInodeCodeCache);
173 loadItemsFrom(read_path_inode(path, "cache", kXattrInodeCache));
174 loadItemsFrom(read_path_inode(path, "code_cache", kXattrInodeCodeCache));
H A Dutils.h122 std::string read_path_inode(const std::string& parent, const char* name, const char* inode_xattr);
H A Dutils.cpp694 std::string read_path_inode(const std::string& parent, const char* name, const char* inode_xattr) { function in namespace:android::installd
H A DInstalldNativeService.cpp515 path = read_path_inode(path, "cache", kXattrInodeCache);
517 path = read_path_inode(path, "code_cache", kXattrInodeCodeCache);

Completed in 123 milliseconds