Home
last modified time | relevance | path

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

/art/tools/veridex/
Dveridex.cc70 static const char* kDexFileOption = "--dex-file="; variable
102 if (StartsWith(argv[i], kDexFileOption)) { in ParseArgs()
103 options->dex_file = Substr(argv[i], strlen(kDexFileOption)); in ParseArgs()
142 LOG(ERROR) << "Required argument '" << kDexFileOption << "' not provided."; in Run()