Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.h127 std::string read_path_inode(const std::string& parent, const char* name, const char* inode_xattr);
Dutils.cpp839 std::string read_path_inode(const std::string& parent, const char* name, const char* inode_xattr) { in read_path_inode() function
905 auto resolved = read_path_inode(parent, "cache", kXattrInodeCache); in add_cache_files()
Dcommands.cpp348 path = read_path_inode(path, "cache", kXattrInodeCache); in clear_app_data()
350 path = read_path_inode(path, "code_cache", kXattrInodeCodeCache); in clear_app_data()