Searched refs:ohosFiles_ (Results 1 – 2 of 2) sorted by relevance
65 if (auto const pos = ohosFiles_.find(path); pos != ohosFiles_.end()) { in OpenFile()81 ohosFiles_[path] = std::move(storage); in OpenFile()108 return ohosFiles_.erase(path) != 0U; in DeleteFile()
66 BASE_NS::unordered_map<BASE_NS::string, std::weak_ptr<OhosFileStorage>> ohosFiles_; variable