Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
H A DSourceTransformer.kt134 val printedIfStmt = inlinePrinter.print(ifStmt) regex
138 val newStmt = printedIfStmt.substringBeforeLast('}') + ("\n".repeat(newLines)) + '}'