Home
last modified time | relevance | path

Searched refs:endFilePos (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dzip_file.cpp91 ZipPos endFilePos = fileLength_; in ParseEndDirectory() local
97 ZipPos eocdPos = endFilePos - endDirLen; in ParseEndDirectory()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dzip_file.cpp84 size_t endFilePos = fileStartPos_ + fileLength_; in ParseEndDirectory() local
91 size_t eocdPos = endFilePos - endDirLen; in ParseEndDirectory()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp151 size_t endFilePos = fileStartPos_ + fileLength_; in ParseEndDirectory() local
159 size_t eocdPos = endFilePos - endDirLen; in ParseEndDirectory()