Home
last modified time | relevance | path

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

/frameworks/base/tools/codegen/src/com/android/codegen/
DMain.kt121 val sourceLinesNoClosingBrace = sourceLisnesOriginal.dropLastWhile { in feature() constant
124 val cliArgs = handleUpdateFlag(args, sourceLinesNoClosingBrace) in feature()