Home
last modified time | relevance | path

Searched refs:zipfile (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dzip_util.cpp37 void ZipUtil::CloseZipFile(zipFile& zipfile) in CloseZipFile() argument
39 zipClose(zipfile, nullptr); in CloseZipFile()
43 zipFile& zipfile, const std::string& srcFile, int keepParentPathStatus, const std::string& destFileName) in AddFileInZip()
58 zipfile, srcFileName.c_str(), &zipInfo, nullptr, 0, nullptr, 0, nullptr, Z_DEFLATED, Z_DEFAULT_COMPRESSION); in AddFileInZip()
67 zipWriteInFileInZip(zipfile, buf, static_cast<unsigned int>(numBytes)); in AddFileInZip()
75 zipCloseFileInZip(zipfile); in AddFileInZip()
42 AddFileInZip( zipFile& zipfile, const std::string& srcFile, int keepParentPathStatus, const std::string& destFileName) AddFileInZip() argument
/foundation/filemanagement/app_file_service/utils/src/b_hiaudit/
H A Dzip_util.cpp36 void ZipUtil::CloseZipFile(zipFile &zipfile) in CloseZipFile() argument
38 zipClose(zipfile, nullptr); in CloseZipFile()
41 int ZipUtil::AddFileInZip(zipFile &zipfile, const std::string &srcFile, int keepParentPathStatus, in AddFileInZip() argument
56 zipOpenNewFileInZip(zipfile, srcFileName.c_str(), &zipInfo, nullptr, 0, nullptr, 0, nullptr, Z_DEFLATED, in AddFileInZip()
66 zipWriteInFileInZip(zipfile, buf, static_cast<unsigned int>(numBytes)); in AddFileInZip()
74 zipCloseFileInZip(zipfile); in AddFileInZip()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dzip_util.cpp37 void ZipUtil::CloseZipFile(zipFile& zipfile) in CloseZipFile() argument
39 zipClose(zipfile, nullptr); in CloseZipFile()
43 zipFile& zipfile, const std::string& srcFile, int keepParentPathStatus, const std::string& destFileName) in AddFileInZip()
58 zipfile, srcFileName.c_str(), &zipInfo, nullptr, 0, nullptr, 0, nullptr, Z_DEFLATED, Z_DEFAULT_COMPRESSION); in AddFileInZip()
67 zipWriteInFileInZip(zipfile, buf, static_cast<unsigned int>(numBytes)); in AddFileInZip()
75 zipCloseFileInZip(zipfile); in AddFileInZip()
42 AddFileInZip( zipFile& zipfile, const std::string& srcFile, int keepParentPathStatus, const std::string& destFileName) AddFileInZip() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dzip_util.h32 EXPORT static void CloseZipFile(zipFile& zipfile);
34 zipFile& zipfile, const std::string& srcFile, int keepParentPathStatus, const std::string& dstFileName = "");
/foundation/filemanagement/app_file_service/utils/include/b_hiaudit/
H A Dzip_util.h31 static void CloseZipFile(zipFile &zipfile);
32 static int AddFileInZip(zipFile &zipfile, const std::string &srcFile, int keepParentPathStatus,
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dzip_util.h31 static void CloseZipFile(zipFile& zipfile);
33 zipFile& zipfile, const std::string& srcFile, int keepParentPathStatus, const std::string& dstFileName = "");
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_reader.cpp84 std::string zipfile = zipFilePath.Value(); in Open() local
85 zipFile_ = OpenForUnzipping(zipfile); in Open()

Completed in 2 milliseconds