Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dserialize.cpp72 std::ifstream rwInput(rwPath.c_str(), std::ios::in); in restoreFromFile() local
75 cereal::JSONInputArchive rwArchive(rwInput); in restoreFromFile()