Searched refs:VERR_ZIP_ERROR (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/zip/
H A Dgzipvfs.cpp203 return pThis->fDecompress ? VERR_ZIP_CORRUPTED : VERR_ZIP_ERROR;
219 return VERR_ZIP_ERROR;
H A Dzip.cpp451 return fCompressing ? VERR_ZIP_ERROR : VERR_ZIP_CORRUPTED;
457 return VERR_ZIP_ERROR;
467 return VERR_ZIP_ERROR;
/vbox/include/iprt/
H A Derr.h1788 #define VERR_ZIP_ERROR (-22000) macro
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp712 rc = VERR_ZIP_ERROR;

Completed in 1953 milliseconds