Searched refs:boot_class_path_locations (Results 1 – 4 of 4) sorted by relevance
128 const std::vector<std::string>& boot_class_path_locations,237 ArrayRef<const std::string> boot_class_path_locations,249 ArrayRef<const std::string> boot_class_path_locations,
645 const ParseStringList<':'>* boot_class_path_locations = args.Get(M::BootClassPathLocations); in DoParse() local646 if (boot_class_path_locations != nullptr && boot_class_path_locations->Size() != 0u) { in DoParse()649 boot_class_path_locations->Size() != boot_class_path->Size()) { in DoParse()656 boot_class_path_locations->Size(), in DoParse()657 boot_class_path_locations->Join().c_str()); in DoParse()
2773 std::string boot_class_path_locations = "-Xbootclasspath-locations:"; in PrepareRuntimeOptions() local2774 boot_class_path_locations += android::base::Join(dex_locations_, ':'); in PrepareRuntimeOptions()2775 raw_options.push_back(std::make_pair(boot_class_path_locations, nullptr)); in PrepareRuntimeOptions()
200 const std::vector<std::string>& boot_class_path_locations,