Home
last modified time | relevance | path

Searched refs:getFs (Results 1 – 3 of 3) sorted by relevance

/openbmc/google-ipmi-sys/
H A Dhandler.cpp126 return isBmcInBareMetalMode(this->getFs()); in getBmcMode()
156 if (!this->getFs()->exists(path, ec)) in getRxPackets()
186 if (!this->getFs()->exists(opath.str(), ec)) in getCpldVersion()
478 const std::unique_ptr<FileSystemInterface>& Handler::getFs() const in getFs() function in google::ipmi::Handler
792 if (!this->getFs()->exists(opath, ec)) in getBMInstanceProperty()
H A Dhandler_impl.hpp86 virtual const std::unique_ptr<FileSystemInterface>& getFs() const;
/openbmc/google-ipmi-sys/test/
H A Dbm_mode_transition_unittest.cpp55 const std::unique_ptr<FileSystemInterface>& getFs() const override in getFs() function in google::ipmi::MockFsHandler