Home
last modified time | relevance | path

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

/openbmc/pldm/fw-update/
H A Dupdate.cpp33 imageStream.str(std::string()); in startUpdate()
37 imageStream.write(buffer, bytesRead); in startUpdate()
46 imageStream, imageStream.str().size())); in startUpdate()
H A Dupdate.hpp50 std::stringstream imageStream; member in pldm::fw_update::Update
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/tda38640a/
H A Dtda38640a.cpp164 std::istringstream imageStream(content); in parseImage() local
170 while (std::getline(imageStream, line)) in parseImage()