Home
last modified time | relevance | path

Searched refs:expected_public_key_path (Results 1 – 1 of 1) sorted by relevance

/system/core/fs_mgr/libfs_avb/
Dfs_avb.cpp186 const std::string& ab_other_suffix, const std::string& expected_public_key_path, in LoadAndVerifyVbmeta() argument
197 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()