Home
last modified time | relevance | path

Searched refs:ZipOpenNewFileInZip (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/include/util/zip/
H A Dzip_writer.h40 static bool ZipOpenNewFileInZip(zipFile zip_file, const std::string &strPath);
/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
158 DUMPER_HILOGD(MODULE_COMMON, "ZipOpenNewFileInZip enter|strPath=[%{public}s]", strPath.c_str()); in ZipOpenNewFileInZip()
169 DUMPER_HILOGD(MODULE_COMMON, "ZipOpenNewFileInZip leave|ret=%{public}d, res=%{public}d", ret, res); in ZipOpenNewFileInZip()
214 bool ret = ZipOpenNewFileInZip(zip_file, path); in OpenNewFileEntry()

Completed in 2 milliseconds