Searched defs:boot_class_path_string (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dparsed_options.cc507 auto boot_class_path_string = args.GetOrDefault(M::BootClassPath); local
509 size_t core_jar_pos = boot_class_path_string.find(core_jar);
511 boot_class_path_string.replace(core_jar_pos, core_jar.size(), core_libart_jar);
512 args.Set(M::BootClassPath, boot_class_path_string);
526 boot_class_path.size(), boot_class_path_string.c_str(),
H A Dcommon_runtime_test.cc305 std::string boot_class_path_string = "-Xbootclasspath:" + GetLibCoreDexFileName(); local
306 options.push_back(std::make_pair(boot_class_path_string, nullptr));

Completed in 52 milliseconds