Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dohos_filesystem.cpp65 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()
H A Dohos_filesystem.h66 BASE_NS::unordered_map<BASE_NS::string, std::weak_ptr<OhosFileStorage>> ohosFiles_; variable