Searched refs:ZIP_ERROR (Results 1 - 6 of 6) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/common/include/ |
H A D | signature_tools_errno.h | 62 * Enum constant ZIP_ERROR. 64 const int ZIP_ERROR = -111; member
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/error/ |
H A D | ERROR.java | 102 * Enum constant ZIP_ERROR. 104 ZIP_ERROR(119); enum constant
|
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/ |
H A D | sign_provider.cpp | 171 PrintErrorNumberMsg("ZIP_ERROR", ZIP_ERROR, "eocd is not found in hap"); in InitDataSourceContents() 182 PrintErrorNumberMsg("ZIP_ERROR", ZIP_ERROR, "get central directory offset failed"); in InitDataSourceContents() 197 PrintErrorNumberMsg("ZIP_ERROR", ZIP_ERROR, "get central directory size failed"); in InitDataSourceContents() 239 return PrintErrorLog("[signHap] Init Data Source Contents failed", ZIP_ERROR, tmpOutputFilePath); in Sign() 259 return PrintErrorLog("[SignHap] Set Central Directory Offset.", ZIP_ERROR, tmpOutputFilePath); in Sign() 264 return PrintErrorLog("[SignHap] write output signed file failed.", ZIP_ERROR, tmpOutputFilePath); in Sign() 556 PrintErrorNumberMsg("ZIP_ERROR", ZIP_ERRO in CopyFileAndAlignment() [all...] |
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/ |
H A D | Zip.java | 99 CustomException.throwException(ERROR.ZIP_ERROR, e.getMessage()); in Zip() 217 CustomException.throwException(ERROR.ZIP_ERROR, e.getMessage()); in toFile() 257 CustomException.throwException(ERROR.ZIP_ERROR, e.getMessage()); in alignment()
|
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/ |
H A D | verify_hap.cpp | 153 return ZIP_ERROR; in Verify() 190 return ZIP_ERROR; in Verify()
|
/developtools/hapsigner/hapsigntool_cpp/zip/src/ |
H A D | zip_signer.cpp | 112 PrintErrorNumberMsg("ZIP_ERROR", ZIP_ERROR, "can not find eocd in file"); in GetZipEndOfCentralDirectory()
|
Completed in 4 milliseconds