Home
last modified time | relevance | path

Searched refs:proxyFilesystems_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dfile_manager.cpp332 auto it = proxyFilesystems_.find(protocol); in RegisterPath()
333 if (it != proxyFilesystems_.end()) { in RegisterPath()
354 proxyFilesystems_[protocol] = pfs.get(); in RegisterPath()
362 auto it = proxyFilesystems_.find(protocol); in UnregisterPath()
363 if (it != proxyFilesystems_.end()) { in UnregisterPath()
H A Dfile_manager.h83 BASE_NS::unordered_map<BASE_NS::string, ProxyFilesystem*> proxyFilesystems_; variable