Home
last modified time | relevance | path

Searched refs:UnzipWithStore (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dzip_file.h262 bool UnzipWithStore(const ZipEntry &zipEntry, const uint16_t extraSize, std::ostream &dest) const;
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dzip_file.h163 bool UnzipWithStore(const ZipEntry &zipEntry, const uint16_t extraSize, std::ostream &dest) const;
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dzip_file.cpp401 bool ZipFile::UnzipWithStore(const ZipEntry &zipEntry, const uint16_t extraSize, std::ostream &dest) const in UnzipWithStore() function in OHOS::ZipFile
556 ret = UnzipWithStore(zipEntry, extraSize, dest); in ExtractFile()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dzip_file.cpp416 bool ZipFile::UnzipWithStore(const ZipEntry &zipEntry, const uint16_t extraSize, std::ostream &dest) const in UnzipWithStore() function in OHOS::AppExecFwk::ZipFile
600 ret = UnzipWithStore(zipEntry, extraSize, dest); in ExtractFile()

Completed in 4 milliseconds