Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dverifier.cpp354 if (int32_t open_status = OpenArchive(zip_name.c_str(), &handle); open_status != 0) { in LoadKeysFromZipfile() local
355 LOG(ERROR) << "Failed to open " << zip_name << ": " << ErrorCodeString(open_status); in LoadKeysFromZipfile()