Home
last modified time | relevance | path

Searched refs:boot_class_path_string (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dparsed_options.cc170 const char* boot_class_path_string = getenv("BOOTCLASSPATH"); in Parse() local
171 if (boot_class_path_string != NULL) { in Parse()
172 boot_class_path_string_ = boot_class_path_string; in Parse()
/art/runtime/gc/space/
Dimage_space.cc144 const std::string boot_class_path_string(Runtime::Current()->GetBootClassPathString()); in GenerateImage() local
146 Split(boot_class_path_string, ':', boot_class_path); in GenerateImage()