Home
last modified time | relevance | path

Searched refs:zipFileLevel (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dhiview_zip_util.cpp48 int32_t HiviewZipUnit::AddFileInZip(const std::string& srcFile, ZipFileLevel zipFileLevel) in AddFileInZip() argument
61 std::string srcFileName(GetDstFilePath(realPath, zipFileLevel)); in AddFileInZip()
101 std::string HiviewZipUnit::GetDstFilePath(const std::string& srcFile, ZipFileLevel zipFileLevel) in GetDstFilePath() argument
103 if (zipFileLevel == ZipFileLevel::KEEP_NONE_PARENT_PATH) { in GetDstFilePath()
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dhiview_zip_util.h36 int32_t AddFileInZip(const std::string& srcFile, ZipFileLevel zipFileLevel);
39 std::string GetDstFilePath(const std::string& srcFile, ZipFileLevel zipFileLevel);