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