Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dpersistent_data.hpp54 std::ifstream persistentFile(filename); in readData() local
56 if (persistentFile.is_open()) in readData()
59 auto data = nlohmann::json::parse(persistentFile, nullptr, false); in readData()
226 boost::beast::file_posix persistentFile; in writeData() local
228 persistentFile.open(filename, boost::beast::file_mode::write, ec); in writeData()
349 persistentFile.write(out.data(), out.size(), ec); in writeData()
/openbmc/phosphor-networkd/src/
H A Dinventory_mac.cpp67 std::ofstream persistentFile(firstBootPath + intf); in setFirstBootMACOnInterface() local