Home
last modified time | relevance | path

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

/bootable/recovery/install/include/install/
Dverifier.h98 std::vector<Certificate> LoadKeysFromZipfile(const std::string& zip_name);
/bootable/recovery/install/
Dverifier.cpp352 std::vector<Certificate> LoadKeysFromZipfile(const std::string& zip_name) { in LoadKeysFromZipfile() argument
354 if (int32_t open_status = OpenArchive(zip_name.c_str(), &handle); open_status != 0) { in LoadKeysFromZipfile()
355 LOG(ERROR) << "Failed to open " << zip_name << ": " << ErrorCodeString(open_status); in LoadKeysFromZipfile()