Searched defs:newS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/incident_section_gen/
H A Dmain.cpp153 static string replaceAll(const string& fieldName, const char oldC, const string& newS) { argument
156 char* res = new char[fieldName.size() * newS.size() + 1]; // assign a larger buffer
164 for (size_t i=0; i<newS.size(); i++) {
165 res[idx++] = newS[i];

Completed in 75 milliseconds