Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/test/java/com/android/tools/metalava/cli/common/
DMetalavaCommandTest.kt54 command.processThrowCliException(args.toTypedArray()) in Test error handling when invalid command line()
105 command.processThrowCliException(args.toTypedArray()) in Test error handling when invalid option in an argument file()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/common/
DMetalavaCommand.kt156 processThrowCliException(args) in process()
205 fun processThrowCliException(args: Array<String>) { in processThrowCliException() method