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.kt92 val dumpOption = System.getenv(ENV_VAR_METALAVA_DUMP_ARGV) in maybeDumpArgv() constant
93 if (dumpOption == null || dumpOption == VALUE_FALSE || isUnderTest()) { in maybeDumpArgv()
98 if ("script" == dumpOption) { in maybeDumpArgv()
102 val fullDump = "full" == dumpOption // Dump rsp file contents too? in maybeDumpArgv()