Home | History | Annotate | Download | only in runtime

Lines Matching full:bootclasspath

77           .IntoKey(M::BootClassPath)
337 if (option == "bootclasspath") {
484 } else if (args.Exists(M::BootClassPath)) {
485 LOG(INFO) << "setting boot class path to " << *args.Get(M::BootClassPath);
494 if (getenv("BOOTCLASSPATH") != nullptr) {
495 args.SetIfMissing(M::BootClassPath, std::string(getenv("BOOTCLASSPATH")));
556 // value of BOOTCLASSPATH.
565 auto boot_class_path_string = args.GetOrDefault(M::BootClassPath);
570 args.Set(M::BootClassPath, boot_class_path_string);
574 auto&& boot_class_path = args.GetOrDefault(M::BootClassPath);
656 UsageMessage(stream, " -Xbootclasspath:bootclasspath\n");
687 UsageMessage(stream, " -Xbootclasspath-locations:bootclasspath\n"