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