Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc517 auto&& boot_class_path_locations = args.GetOrDefault(M::BootClassPathLocations); in Parse()
521 if (boot_class_path_count != boot_class_path_locations.Size()) { in Parse()
527 boot_class_path_locations.Size(), boot_class_path_locations.Join().c_str()); in Parse()
/art/dex2oat/
Ddex2oat.cc1160 std::string boot_class_path_locations = "-Xbootclasspath-locations:"; in Setup() local
1161 boot_class_path_locations += Join(dex_locations_, ':'); in Setup()
1162 runtime_options.push_back(std::make_pair(boot_class_path_locations, nullptr)); in Setup()