Searched refs:RoFileSystem (Results 1 – 4 of 4) sorted by relevance
37 class RoFileSystem final : public IFilesystem { in CORE_BEGIN_NAMESPACE()39 RoFileSystem(const void* const blob, size_t blobSize); in CORE_BEGIN_NAMESPACE()40 ~RoFileSystem() override = default; in CORE_BEGIN_NAMESPACE()41 RoFileSystem(RoFileSystem const&) = delete; in CORE_BEGIN_NAMESPACE()42 RoFileSystem& operator=(RoFileSystem const&) = delete; in CORE_BEGIN_NAMESPACE()
170 RoFileSystem::RoFileSystem(const void* const blob, size_t blobSize) in RoFileSystem() function in RoFileSystem223 IDirectory::Entry RoFileSystem::GetEntry(const string_view uri) in GetEntry()240 IFile::Ptr RoFileSystem::OpenFile(const string_view path) in OpenFile()249 IFile::Ptr RoFileSystem::CreateFile(const string_view /* path */) in CreateFile()254 bool RoFileSystem::DeleteFile(const string_view /* path */) in DeleteFile()259 IDirectory::Ptr RoFileSystem::OpenDirectory(const string_view path) in OpenDirectory()269 IDirectory::Ptr RoFileSystem::CreateDirectory(const string_view /* path */) in CreateDirectory()274 bool RoFileSystem::DeleteDirectory(const string_view /* path */) in DeleteDirectory()279 bool RoFileSystem::Rename(const string_view /* fromPath */, const string_view /* toPath */) in Rename()284 vector<string> RoFileSystem::GetUriPaths(const string_view) const in GetUriPaths()
199 return IFilesystem::Ptr { new RoFileSystem(data, static_cast<size_t>(size)) }; in CreateROFilesystem()
380 return IFilesystem::Ptr { new RoFileSystem(data, static_cast<size_t>(size)) }; in CreateROFilesystem()