Lines Matching refs:dex_locations
875 const std::vector<std::string>& dex_locations,
886 const char* dex_location = dex_locations[i].c_str();
1143 std::vector<std::string> dex_locations;
1144 dex_locations.reserve(boot_class_path.size());
1146 dex_locations.push_back(dex_file->GetLocation());
1148 boot_class_path_string_ = Join(dex_locations, ':');
1162 std::vector<std::string> dex_locations;
1164 dex_locations = dex_filenames;
1166 dex_locations = runtime_options.GetOrDefault(Opt::BootClassPathLocations);
1167 CHECK_EQ(dex_filenames.size(), dex_locations.size());
1175 dex_locations,