Home
last modified time | relevance | path

Searched refs:OpenForZipping (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_internal.h58 zipFile OpenForZipping(const std::string &fileNameUtf8, int appendFlag);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/
H A Dzip_writer.cpp51 zipFile_ = OpenForZipping(zipFilePath_, APPEND_STATUS_CREATE); in Open()
151 zipFile ZipWriter::OpenForZipping(const std::string &fileName, int append) in OpenForZipping() function in OHOS::HiviewDFX::ZipWriter
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/zip/
H A Dzip_writer.h39 static zipFile OpenForZipping(const std::string &fileName, int append);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_writer.cpp140 zipFile zip_file = OpenForZipping(zipFilePath.Value(), APPEND_STATUS_CREATE); in InitZipFileWithFile()
H A Dzip_internal.cpp254 zipFile OpenForZipping(const std::string &fileNameUtf8, int appendFlag) in OpenForZipping() function
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_configutils_test.cpp341 auto testzip = zipwriter->OpenForZipping(testfile, APPEND_STATUS_CREATE);