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