Home
last modified time | relevance | path

Searched refs:boot_class_path_locations (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dparsed_options.cc564 auto&& boot_class_path_locations = args.GetOrDefault(M::BootClassPathLocations); in DoParse()
568 if (boot_class_path_count != boot_class_path_locations.Size()) { in DoParse()
574 boot_class_path_locations.Size(), boot_class_path_locations.Join().c_str()); in DoParse()
/art/dex2oat/
Ddex2oat.cc2169 std::string boot_class_path_locations = "-Xbootclasspath-locations:"; in PrepareRuntimeOptions() local
2170 boot_class_path_locations += Join(dex_locations_, ':'); in PrepareRuntimeOptions()
2171 raw_options.push_back(std::make_pair(boot_class_path_locations, nullptr)); in PrepareRuntimeOptions()