Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
H A DSourceTransformer.kt161 val oldCode = oldLines.joinToString("\n") regex
162 val newCode = oldCode.replaceRange(
164 oldCode.length - oldLines.lastOrNull()!!.length +