Home
last modified time | relevance | path

Searched refs:SeekToEntryStart (Results 1 - 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dzip_file.cpp377 bool ZipFile::SeekToEntryStart(const ZipEntry &zipEntry, const uint16_t extraSize) const in SeekToEntryStart() function in OHOS::ZipFile
404 if (!SeekToEntryStart(zipEntry, extraSize)) { in UnzipWithStore()
480 if (!SeekToEntryStart(zipEntry, extraSize)) { in UnzipWithInflated()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dzip_file.cpp394 bool ZipFile::SeekToEntryStart(const ZipEntry &zipEntry, const uint16_t extraSize) const in SeekToEntryStart() function in OHOS::AppExecFwk::ZipFile
420 if (!SeekToEntryStart(zipEntry, extraSize)) { in UnzipWithStore()
498 if (!SeekToEntryStart(zipEntry, extraSize) || !InitZStream(zstream)) { in UnzipWithInflated()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dzip_file.h277 bool SeekToEntryStart(const ZipEntry &zipEntry, const uint16_t extraSize) const;
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dzip_file.h165 bool SeekToEntryStart(const ZipEntry &zipEntry, const uint16_t extraSize) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp2726 * @tc.desc: 1.Test SeekToEntryStart
2734 bool ret = file.SeekToEntryStart(zipEntry, extraSize); in HWTEST_F()

Completed in 14 milliseconds