Searched refs:open_status (Results 1 – 1 of 1) sorted by relevance
354 if (int32_t open_status = OpenArchive(zip_name.c_str(), &handle); open_status != 0) { in LoadKeysFromZipfile() local355 LOG(ERROR) << "Failed to open " << zip_name << ": " << ErrorCodeString(open_status); in LoadKeysFromZipfile()