Searched refs:ROFSMemoryDirectory (Results 1 – 1 of 1) sorted by relevance
125 class ROFSMemoryDirectory final : public IDirectory { class127 ~ROFSMemoryDirectory() override = default;129 explicit ROFSMemoryDirectory(const vector<IDirectory::Entry>& contents) : contents_(contents) {} in ROFSMemoryDirectory() function in __anon7765751e0110::ROFSMemoryDirectory131 ROFSMemoryDirectory(const ROFSMemoryDirectory&) = delete;132 ROFSMemoryDirectory(ROFSMemoryDirectory&&) = delete;133 ROFSMemoryDirectory& operator=(const ROFSMemoryDirectory&) = delete;134 ROFSMemoryDirectory& operator=(ROFSMemoryDirectory&&) = delete;264 return IDirectory::Ptr { new ROFSMemoryDirectory(it->second) }; in OpenDirectory()