Home
last modified time | relevance | path

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

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