HomeSort by relevance Sort by last modified time
    Searched refs:boot_class_path_string (Results 1 - 2 of 2) sorted by null

  /art/runtime/
parsed_options.cc 170 const char* boot_class_path_string = getenv("BOOTCLASSPATH"); local
171 if (boot_class_path_string != NULL) {
172 boot_class_path_string_ = boot_class_path_string;
    [all...]
  /art/runtime/gc/space/
image_space.cc 144 const std::string boot_class_path_string(Runtime::Current()->GetBootClassPathString());
146 Split(boot_class_path_string, ':', boot_class_path);
    [all...]

Completed in 39 milliseconds