Searched refs:dex_locations (Results 1 – 4 of 4) sorted by relevance
130 static std::string GetMultiImageBootClassPath(const std::vector<const char*>& dex_locations,
1832 const std::vector<const char*>& dex_locations, in GetMultiImageBootClassPath() argument1840 for (size_t i = 0; i < dex_locations.size(); ++i) { in GetMultiImageBootClassPath()1845 std::string dex_loc = dex_locations[i]; in GetMultiImageBootClassPath()
1070 const std::vector<std::string>& dex_locations, in OpenDexFiles() argument1082 const char* dex_location = dex_locations[i].c_str(); in OpenDexFiles()1456 std::vector<std::string> dex_locations; in Init() local1457 dex_locations.reserve(boot_class_path.size()); in Init()1459 dex_locations.push_back(dex_file->GetLocation()); in Init()1461 boot_class_path_string_ = android::base::Join(dex_locations, ':'); in Init()1476 std::vector<std::string> dex_locations; in Init() local1478 dex_locations = dex_filenames; in Init()1480 dex_locations = runtime_options.GetOrDefault(Opt::BootClassPathLocations); in Init()1481 CHECK_EQ(dex_filenames.size(), dex_locations.size()); in Init()[all …]
66 int GenerateOdexForTestWithStatus(const std::vector<std::string>& dex_locations, in GenerateOdexForTestWithStatus() argument75 for (const std::string& dex_location : dex_locations) {