Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dserialize.cpp56 std::ifstream varInput(varPath.c_str(), std::ios::in); in restoreFromFile() local
59 cereal::JSONInputArchive varArchive(varInput); in restoreFromFile()