Home
last modified time | relevance | path

Searched refs:volatilePath (Results 1 – 4 of 4) sorted by relevance

/openbmc/openpower-pnor-code-mgmt/static/
H A Ditem_updater_static.hpp38 volatileEnable = std::make_unique<ObjectEnable>(bus, volatilePath); in ItemUpdaterStatic()
/openbmc/openpower-pnor-code-mgmt/mmc/
H A Ditem_updater_mmc.hpp57 volatileEnable = std::make_unique<ObjectEnable>(bus, volatilePath); in ItemUpdaterMMC()
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Ditem_updater_ubi.hpp38 volatileEnable = std::make_unique<ObjectEnable>(bus, volatilePath); in ItemUpdaterUbi()
/openbmc/openpower-pnor-code-mgmt/
H A Ditem_updater.hpp35 constexpr static auto volatilePath = "/org/open_power/control/volatile"; variable