Home
last modified time | relevance | path

Searched refs:RoFileSystem (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Drofs_filesystem.h37 class RoFileSystem final : public IFilesystem {
39 RoFileSystem(const void* const blob, size_t blobSize);
40 ~RoFileSystem() override = default;
41 RoFileSystem(RoFileSystem const&) = delete;
42 RoFileSystem& operator=(RoFileSystem const&) = delete;
H A Drofs_filesystem.cpp170 RoFileSystem::RoFileSystem(const void* const blob, size_t blobSize) in RoFileSystem() function in RoFileSystem
223 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
[all...]
H A Dfilesystem_api.cpp199 return IFilesystem::Ptr { new RoFileSystem(data, static_cast<size_t>(size)) };
H A Dfile_manager.cpp380 return IFilesystem::Ptr { new RoFileSystem(data, static_cast<size_t>(size)) }; in CreateROFilesystem()

Completed in 3 milliseconds