Home
last modified time | relevance | path

Searched refs:AddFileEntryToZip (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_writer.cpp92 bool AddFileEntryToZip(zipFile zip_file, FilePath &relativePath, FilePath &absolutePath, const OPTI… in AddFileEntryToZip() function
193 if (!AddFileEntryToZip(zipFile_, relativePath, absolutePath, options)) { in FlushEntriesIfNeeded()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/
H A Dzip_writer.cpp122 if (!AddFileEntryToZip(zipFile_, relativePath, absolutePath)) { in FlushItems()
231 bool ZipWriter::AddFileEntryToZip(zipFile zip_file, std::string &relativePath, std::string &absolut… in AddFileEntryToZip() function in OHOS::HiviewDFX::ZipWriter
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/zip/
H A Dzip_writer.h44 …static bool AddFileEntryToZip(zipFile zip_file, std::string &relativePath, std::string &absolutePa…
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_configutils_test.cpp342 zipwriter->AddFileEntryToZip(testzip, testzipfile, testzipfile);