Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DCommandArgsPreprocessor.kt100 val dumpOption = System.getenv(ENV_VAR_METALAVA_DUMP_ARGV) in maybeDumpArgv() constant
101 if (dumpOption == null || dumpOption == VALUE_FALSE || isUnderTest()) { in maybeDumpArgv()
106 if ("script" == dumpOption) { in maybeDumpArgv()
110 val fullDump = "full" == dumpOption // Dump rsp file contents too? in maybeDumpArgv()