Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dtrace_utils.h55 std::string AddVersionInfoToZipName(const std::string &srcZipPath);
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_utils.cpp379 std::string AddVersionInfoToZipName(const std::string &srcZipPath) in AddVersionInfoToZipName() argument
383 return StringUtil::ReplaceStr(srcZipPath, ".zip", "@" + versionStr + ".zip"); in AddVersionInfoToZipName()