Searched refs:persistentFile (Results 1 – 2 of 2) sorted by relevance
77 boost::beast::file_posix persistentFile; in readData() local80 persistentFile.open(file.c_str(), boost::beast::file_mode::read, ec); in readData()84 uint64_t size = persistentFile.size(ec); in readData()92 persistentFile.read(str.data(), str.size(), ec); in readData()296 boost::beast::file_posix persistentFile; in writeData() local298 persistentFile.open(fname.c_str(), boost::beast::file_mode::write, ec); in writeData()420 persistentFile.write(out.data(), out.size(), ec); in writeData()
67 std::ofstream persistentFile(firstBootPath + intf); in setFirstBootMACOnInterface() local