Searched refs:AddFileEntryToZip (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
H A D | zip_writer.cpp | 92 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 D | zip_writer.cpp | 122 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 D | zip_writer.h | 44 …static bool AddFileEntryToZip(zipFile zip_file, std::string &relativePath, std::string &absolutePa…
|
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/ |
H A D | hidumper_configutils_test.cpp | 342 zipwriter->AddFileEntryToZip(testzip, testzipfile, testzipfile);
|