Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc575 auto&& boot_class_path_locations = args.GetOrDefault(M::BootClassPathLocations); in DoParse()
579 if (boot_class_path_count != boot_class_path_locations.Size()) { in DoParse()
585 boot_class_path_locations.Size(), boot_class_path_locations.Join().c_str()); in DoParse()
/art/dex2oat/
Ddex2oat.cc2414 std::string boot_class_path_locations = "-Xbootclasspath-locations:"; in PrepareRuntimeOptions() local
2415 boot_class_path_locations += android::base::Join(dex_locations_, ':'); in PrepareRuntimeOptions()
2416 raw_options.push_back(std::make_pair(boot_class_path_locations, nullptr)); in PrepareRuntimeOptions()