Home
last modified time | relevance | path

Searched defs:uriIn (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dfile_manager.cpp125 IFile::Ptr FileManager::OpenFile(const string_view uriIn) in OpenFile()
143 IFile::Ptr FileManager::CreateFile(const string_view uriIn) in CreateFile()
161 bool FileManager::DeleteFile(const string_view uriIn) in DeleteFile()
200 IDirectory::Entry FileManager::GetEntry(const string_view uriIn) in GetEntry()
217 IDirectory::Ptr FileManager::OpenDirectory(const string_view uriIn) in OpenDirectory()
235 IDirectory::Ptr FileManager::CreateDirectory(const string_view uriIn) in CreateDirectory()
253 bool FileManager::DeleteDirectory(const string_view uriIn) in DeleteDirectory()
283 void FileManager::RegisterAssetPath(const string_view uriIn) in RegisterAssetPath()
289 void FileManager::UnregisterAssetPath(const string_view uriIn) in UnregisterAssetPath()
328 bool FileManager::RegisterPath(const string_view protocol, const string_view uriIn, bool prepend) in RegisterPath()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dohos_file.cpp285 bool OhosFile::OpenRawFile(BASE_NS::string_view uriIn, size_t& dataLen, std::unique_ptr<uint8_t[]>&… in OpenRawFile()