Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/common/
DMetalavaCommand.kt220 val message = createNoSuchOptionErrorMessage(e) in processThrowCliException()
240 private fun createNoSuchOptionErrorMessage(e: UsageError): String { in createNoSuchOptionErrorMessage() method in com.android.tools.metalava.cli.common.MetalavaCommand