Searched refs:zipFileLevel (Results 1 – 2 of 2) sorted by relevance
48 int32_t HiviewZipUnit::AddFileInZip(const std::string& srcFile, ZipFileLevel zipFileLevel) in AddFileInZip() argument61 std::string srcFileName(GetDstFilePath(realPath, zipFileLevel)); in AddFileInZip()101 std::string HiviewZipUnit::GetDstFilePath(const std::string& srcFile, ZipFileLevel zipFileLevel) in GetDstFilePath() argument103 if (zipFileLevel == ZipFileLevel::KEEP_NONE_PARENT_PATH) { in GetDstFilePath()
36 int32_t AddFileInZip(const std::string& srcFile, ZipFileLevel zipFileLevel);39 std::string GetDstFilePath(const std::string& srcFile, ZipFileLevel zipFileLevel);