Home | History | Annotate | Download | only in fastboot

Lines Matching refs:ErrorCodeString

511     if (error != 0) die("failed to extract '%s': %s", entry_name, ErrorCodeString(error));
629 die("\nfailed to extract '%s': %s", entry_name, ErrorCodeString(error));
1155 die("failed to open zip file '%s': %s", filename, ErrorCodeString(error));