Lines Matching defs:args
687 std::vector<std::string> args;
688 args.push_back("--dex-file=" + dex_location_);
689 args.push_back("--output-vdex-fd=" + std::to_string(vdex_file->Fd()));
690 args.push_back("--oat-fd=" + std::to_string(oat_file->Fd()));
691 args.push_back("--oat-location=" + oat_file_name);
692 args.push_back("--compiler-filter=" + CompilerFilter::NameOfFilter(filter));
694 if (!Dex2Oat(args, error_msg)) {
721 bool OatFileAssistant::Dex2Oat(const std::vector<std::string>& args,
766 argv.insert(argv.end(), args.begin(), args.end());