Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
Dutils.cpp43 void replaceAll(std::string *s, char from, char to) { in replaceAll() function
/frameworks/base/tools/incident_section_gen/
Dmain.cpp155 static string replaceAll(const string& fieldName, const char oldC, const string& newS) { in replaceAll() function