Searched defs:option (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Druntime.cc390 const std::string option(options[i].first);
392 LOG(INFO) << "option[" << i << "]=" << option; local
394 if (StartsWith(option, "-Xbootclasspath:")) {
395 parsed->boot_class_path_string_ = option.substr(strlen("-Xbootclasspath:")).data();
396 } else if (option == "-classpath" || option == "-cp") {
401 LOG(FATAL) << "Missing required class path value for " << option;
406 } else if (option == "bootclasspath") {
409 } else if (StartsWith(option, "
[all...]
H A Djni_internal.cc2893 JavaVMOption* option = &args->options[i]; local
2894 options.push_back(std::make_pair(std::string(option->optionString), option->extraInfo));

Completed in 102 milliseconds