Home
last modified time | relevance | path

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

/system/tools/hidl/utils/
DFormatter.cpp191 std::string newText = text.substr(0, matchPos); in output() local
195 newText.append(text.substr(startPos, matchPos - startPos)); in output()
198 newText.append(text.substr(startPos)); in output()
199 fprintf(mFile, "%s", newText.c_str()); in output()