Searched refs:OpenNewFileEntry (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
H A D | zip_writer.cpp | 75 bool OpenNewFileEntry( in OpenNewFileEntry() function 98 if (!OpenNewFileEntry(zip_file, relativePath, false, lastModified, options)) { in AddFileEntryToZip() 111 …return OpenNewFileEntry(zip_file, path, true, lastModified, options) && CloseNewFileEntry(zip_file… in AddDirectoryEntryToZip()
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/ |
H A D | zip_writer.cpp | 210 bool ZipWriter::OpenNewFileEntry(zipFile zip_file, std::string &path) in OpenNewFileEntry() function in OHOS::HiviewDFX::ZipWriter 236 if (!OpenNewFileEntry(zip_file, relativePath)) { in AddFileEntryToZip()
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/zip/ |
H A D | zip_writer.h | 42 static bool OpenNewFileEntry(zipFile zip_file, std::string &path);
|