Searched refs:dex_locations (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Druntime.cc757 const std::vector<std::string>& dex_locations,
768 const char* dex_location = dex_locations[i].c_str();
996 std::vector<std::string> dex_locations; local
997 dex_locations.reserve(boot_class_path.size());
999 dex_locations.push_back(dex_file->GetLocation());
1001 boot_class_path_string_ = Join(dex_locations, ':');
1007 std::vector<std::string> dex_locations; local
1009 dex_locations = dex_filenames;
1011 dex_locations = runtime_options.GetOrDefault(Opt::BootClassPathLocations);
1012 CHECK_EQ(dex_filenames.size(), dex_locations
756 OpenDexFiles(const std::vector<std::string>& dex_filenames, const std::vector<std::string>& dex_locations, const std::string& image_location, std::vector<std::unique_ptr<const DexFile>>* dex_files) argument
[all...]
/art/dex2oat/
H A Ddex2oat.cc1625 const std::vector<const char*>& dex_locations,
1631 const char* dex_location = dex_locations[i];
1624 OpenDexFiles(const std::vector<const char*>& dex_filenames, const std::vector<const char*>& dex_locations, std::vector<std::unique_ptr<const DexFile>>* dex_files) argument

Completed in 68 milliseconds