Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Drofs_filesystem.h37 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()
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::Rename(const string_view /* fromPath */, const string_view /* toPath */) in Rename()
284 vector<string> RoFileSystem::GetUriPaths(const string_view) const in GetUriPaths()
H A Dfilesystem_api.cpp199 return IFilesystem::Ptr { new RoFileSystem(data, static_cast<size_t>(size)) }; in CreateROFilesystem()
H A Dfile_manager.cpp380 return IFilesystem::Ptr { new RoFileSystem(data, static_cast<size_t>(size)) }; in CreateROFilesystem()