Home
last modified time | relevance | path

Searched defs:newStr (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/base/include/
Dlogging.h120 inline void StringReplace(std::string& str, const std::string& oldStr, const std::string& newStr) in StringReplace()
/developtools/global_resource_tool/src/
Dresource_util.cpp280 void ResourceUtil::StringReplace(string &sourceStr, const string &oldStr, const string &newStr) in StringReplace()
/developtools/hdc/src/host/
Dhost_usb.cpp81 char *newStr = strdup(str); in UsbLogHandler() local