OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boot_class_path_string
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/space/
image_space.cc
48
const std::string
boot_class_path_string
(Runtime::Current()->GetBootClassPathString());
50
Split(
boot_class_path_string
, ':', boot_class_path);
/art/runtime/
runtime.cc
324
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
;
[
all
...]
Completed in 370 milliseconds