Searched refs:write_path_inode (Results 1 – 3 of 3) sorted by relevance
126 int write_path_inode(const std::string& parent, const char* name, const char* inode_xattr);
188 if (write_path_inode(path, "cache", kXattrInodeCache) || in create_app_data()189 write_path_inode(path, "code_cache", kXattrInodeCodeCache)) { in create_app_data()
804 int write_path_inode(const std::string& parent, const char* name, const char* inode_xattr) { in write_path_inode() function