Home
last modified time | relevance | path

Searched defs:eocdLength (Results 1 – 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/zip/
Dzip_signer_test.cpp378 int eocdLength = EndOfCentralDirectory::EOCD_LENGTH; variable
502 int eocdLength = eocd->GetEocdLength(); variable
/developtools/hapsigner/hapsigntool_cpp/zip/src/
Dzip_signer.cpp77 int eocdLength = EndOfCentralDirectory::EOCD_LENGTH; in GetZipEndOfCentralDirectory() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DZip.java109 int eocdLength = EndOfCentralDirectory.EOCD_LENGTH; in getZipEndOfCentralDirectory() local