Searched refs:currentAlgoStr (Results 1 – 1 of 1) sorted by relevance
428 std::string currentAlgoStr; in GetRemoteCompressAlgoStr() local432 currentAlgoStr += algoMap[algo] + ","; in GetRemoteCompressAlgoStr()435 if (currentAlgoStr.empty()) { in GetRemoteCompressAlgoStr()438 return currentAlgoStr.substr(0, currentAlgoStr.length() - 1); in GetRemoteCompressAlgoStr()