Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dfile_manager.cpp131 IFilesystem* filesystem = GetFilesystem(protocol); in OpenFile() local
149 IFilesystem* filesystem = GetFilesystem(protocol); in CreateFile() local
167 IFilesystem* filesystem = GetFilesystem(protocol); in DeleteFile() local
187 IFilesystem* filesystem = GetFilesystem(fromProtocol); in Rename() local
206 IFilesystem* filesystem = GetFilesystem(protocol); in GetEntry() local
223 IFilesystem* filesystem = GetFilesystem(protocol); in OpenDirectory() local
241 IFilesystem* filesystem = GetFilesystem(protocol); in CreateDirectory() local
259 IFilesystem* filesystem = GetFilesystem(protocol); in DeleteDirectory() local
268 void FileManager::RegisterFilesystem(const string_view protocol, IFilesystem::Ptr filesystem) in RegisterFilesystem()
302 const IFilesystem* filesystem = GetFilesystem(protocol); in GetAbsolutePaths() local