Searched refs:secureBootFile (Results 1 – 2 of 2) sorted by relevance
22 secureBootFile = secureBootDir / secureBootPersistFile; in SecureBoot()52 std::filesystem::create_directories(secureBootFile.parent_path()); in serialize()53 std::ofstream os(secureBootFile.c_str(), in serialize()68 if (std::filesystem::exists(secureBootFile)) in deserialize()70 std::ifstream is(secureBootFile.c_str(), in deserialize()
72 std::filesystem::path secureBootFile; member in bios_config::SecureBoot