Searched refs:zip_name (Results 1 – 2 of 2) sorted by relevance
98 std::vector<Certificate> LoadKeysFromZipfile(const std::string& zip_name);
352 std::vector<Certificate> LoadKeysFromZipfile(const std::string& zip_name) { in LoadKeysFromZipfile() argument354 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()