Home
last modified time | relevance | path

Searched refs:OpenNewFileEntry (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_writer.cpp75 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 Dzip_writer.cpp210 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 Dzip_writer.h42 static bool OpenNewFileEntry(zipFile zip_file, std::string &path);