Searched refs:persistentFile (Results 1 – 2 of 2) sorted by relevance
54 std::ifstream persistentFile(filename); in readData() local56 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() local228 persistentFile.open(filename, boost::beast::file_mode::write, ec); in writeData()349 persistentFile.write(out.data(), out.size(), ec); in writeData()
67 std::ofstream persistentFile(firstBootPath + intf); in setFirstBootMACOnInterface() local