Searched refs:boot_class_path_locations (Results 1 – 2 of 2) sorted by relevance
517 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()
1160 std::string boot_class_path_locations = "-Xbootclasspath-locations:"; in Setup() local1161 boot_class_path_locations += Join(dex_locations_, ':'); in Setup()1162 runtime_options.push_back(std::make_pair(boot_class_path_locations, nullptr)); in Setup()