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

/art/runtime/
H A Druntime.cc324 const char* boot_class_path_string = getenv("BOOTCLASSPATH"); local
325 if (boot_class_path_string != NULL) {
326 parsed->boot_class_path_string_ = boot_class_path_string;

Completed in 40 milliseconds