Searched refs:proxyFilesystems_ (Results 1 – 2 of 2) sorted by relevance
332 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()
83 BASE_NS::unordered_map<BASE_NS::string, ProxyFilesystem*> proxyFilesystems_; variable