Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dinband_code_update.hpp64 std::string fetchCurrentBootSide();
H A Dfile_io_type_lid.hpp71 if (oemIbmPlatformHandler->codeUpdate->fetchCurrentBootSide() == in constructLIDPath()
H A Dinband_code_update.cpp63 std::string CodeUpdate::fetchCurrentBootSide() in fetchCurrentBootSide() function in pldm::responder::CodeUpdate
653 auto currSide = codeUpdate->fetchCurrentBootSide(); in fetchBootSide()