Home
last modified time | relevance | path

Searched refs:oldC (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/tools/incident_section_gen/
H A Dmain.cpp155 static string replaceAll(const string& fieldName, const char oldC, const string& newS) { in replaceAll() argument
156 if (fieldName.find_first_of(oldC) == fieldName.npos) return fieldName.c_str(); in replaceAll()
161 if (cur != oldC) { in replaceAll()