Searched refs:boot_class_path_locations (Results 1 – 2 of 2) sorted by relevance
575 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()
2414 std::string boot_class_path_locations = "-Xbootclasspath-locations:"; in PrepareRuntimeOptions() local2415 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()