Searched refs:boot_class_path_locations (Results 1 – 2 of 2) sorted by relevance
564 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()
2169 std::string boot_class_path_locations = "-Xbootclasspath-locations:"; in PrepareRuntimeOptions() local2170 boot_class_path_locations += Join(dex_locations_, ':'); in PrepareRuntimeOptions()2171 raw_options.push_back(std::make_pair(boot_class_path_locations, nullptr)); in PrepareRuntimeOptions()