Searched refs:expected_public_key_path (Results 1 – 1 of 1) sorted by relevance
192 const std::string& ab_other_suffix, const std::string& expected_public_key_path, in LoadAndVerifyVbmeta() argument206 if (!expected_public_key_path.empty()) { in LoadAndVerifyVbmeta()207 if (access(expected_public_key_path.c_str(), F_OK) != 0) { in LoadAndVerifyVbmeta()208 LERROR << "Expected public key path doesn't exist: " << expected_public_key_path; in LoadAndVerifyVbmeta()210 } else if (!ReadFileToString(expected_public_key_path, &expected_key_blob)) { in LoadAndVerifyVbmeta()211 LERROR << "Failed to load: " << expected_public_key_path; in LoadAndVerifyVbmeta()