Searched refs:write_path_inode (Results 1 – 3 of 3) sorted by relevance
138 int write_path_inode(const std::string& parent, const char* name, const char* inode_xattr);
744 int write_path_inode(const std::string& parent, const char* name, const char* inode_xattr) { in write_path_inode() function
469 if (write_path_inode(path, "cache", kXattrInodeCache) || in createAppData()470 write_path_inode(path, "code_cache", kXattrInodeCodeCache)) { in createAppData()