Home
last modified time | relevance | path

Searched defs:oldStr (Results 1 – 2 of 2) sorted by relevance

/developtools/global_resource_tool/src/
Dresource_util.cpp272 void ResourceUtil::StringReplace(string &sourceStr, const string &oldStr, const string &newStr) in StringReplace()
/developtools/profiler/device/base/include/
Dlogging.h123 inline void StringReplace(std::string& str, const std::string& oldStr, const std::string& newStr) in StringReplace()