Searched defs:newStr (Results 1 – 3 of 3) sorted by relevance
120 inline void StringReplace(std::string& str, const std::string& oldStr, const std::string& newStr) in StringReplace()
280 void ResourceUtil::StringReplace(string &sourceStr, const string &oldStr, const string &newStr) in StringReplace()
81 char *newStr = strdup(str); in UsbLogHandler() local