Home
last modified time | relevance | path

Searched refs:ZIP_ERROR (Results 1 - 6 of 6) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/common/include/
H A Dsignature_tools_errno.h62 * 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 DERROR.java102 * Enum constant ZIP_ERROR.
104 ZIP_ERROR(119); enum constant
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dsign_provider.cpp171 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 DZip.java99 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 Dverify_hap.cpp153 return ZIP_ERROR; in Verify()
190 return ZIP_ERROR; in Verify()
/developtools/hapsigner/hapsigntool_cpp/zip/src/
H A Dzip_signer.cpp112 PrintErrorNumberMsg("ZIP_ERROR", ZIP_ERROR, "can not find eocd in file"); in GetZipEndOfCentralDirectory()

Completed in 4 milliseconds