Searched defs:sep (Results 1 – 6 of 6) sorted by relevance
54 std::string StringUtils::Join(const std::vector<std::string>& strs, const std::string& sep) in Join()67 std::vector<std::string> StringUtils::Split(const std::string& str, const std::string& sep) in Split()
493 std::string sep = ": "; in ParsePerCpuStatus() local
479 char sep = Base::GetPathSep(); in CheckLocalPath() local
373 char *sep = nullptr; in ReadDaemonKeys() local
239 string sep = "\n"; in PrintLogEx() local996 const char sep = '\\'; in GetPathSep() local
391 void SplitString(const std::string& str, const std::string &sep, std::vector<std::string>& ret) in SplitString()