Searched refs:boot_class_path_string (Results 1 – 2 of 2) sorted by relevance
170 const char* boot_class_path_string = getenv("BOOTCLASSPATH"); in Parse() local171 if (boot_class_path_string != NULL) { in Parse()172 boot_class_path_string_ = boot_class_path_string; in Parse()
144 const std::string boot_class_path_string(Runtime::Current()->GetBootClassPathString()); in GenerateImage() local146 Split(boot_class_path_string, ':', boot_class_path); in GenerateImage()