Home
last modified time | relevance | path

Searched refs:ZipOpenNewFileInZip (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_internal.h64 bool ZipOpenNewFileInZip(
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/
H A Dzip_writer.cpp156 bool ZipWriter::ZipOpenNewFileInZip(zipFile zip_file, const std::string &strPath) in ZipOpenNewFileInZip() function in OHOS::HiviewDFX::ZipWriter
214 bool ret = ZipOpenNewFileInZip(zip_file, path); in OpenNewFileEntry()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/zip/
H A Dzip_writer.h40 static bool ZipOpenNewFileInZip(zipFile zip_file, const std::string &strPath);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_writer.cpp84 return ZipOpenNewFileInZip(zip_file, strPath, options, lastModified); in OpenNewFileEntry()
H A Dzip_internal.cpp271 bool ZipOpenNewFileInZip( in ZipOpenNewFileInZip() function