Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/
H A Dzip_writer.cpp117 std::string absolutePath = item.first; // first:absolutePath in FlushItems() local
119 DUMPER_HILOGD(MODULE_COMMON, "FlushItems debug|relativePath=[%{public}s], absolutePath=[%{public}s]", in FlushItems()
120 relativePath.c_str(), absolutePath.c_str()); in FlushItems()
122 if (!AddFileEntryToZip(zipFile_, relativePath, absolutePath)) { in FlushItems()
231 bool ZipWriter::AddFileEntryToZip(zipFile zip_file, std::string &relativePath, std::string &absolutePath) in AddFileEntryToZip() argument
233 DUMPER_HILOGD(MODULE_COMMON, "AddFileEntryToZip enter|relativePath=[%{public}s], absolutePath=[%{public}s]", in AddFileEntryToZip()
234 relativePath.c_str(), absolutePath.c_str()); in AddFileEntryToZip()
241 bool ret = AddFileContentToZip(zip_file, absolutePath); in AddFileEntryToZip()
/base/hiviewdfx/hidumper/frameworks/native/include/util/zip/
H A Dzip_writer.h33 // zipItems: first:absolutePath, second:relativePath
44 static bool AddFileEntryToZip(zipFile zip_file, std::string &relativePath, std::string &absolutePath);

Completed in 1 milliseconds