Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h236 return boot_class_path_string_; in GetBootClassPathString()
610 std::string boot_class_path_string_; variable
Druntime.cc804 boot_class_path_string_ = runtime_options.ReleaseOrDefault(Opt::BootClassPath); in Init()
993 if (boot_class_path_string_.empty()) { in Init()
1001 boot_class_path_string_ = Join(dex_locations, ':'); in Init()
1005 Split(boot_class_path_string_, ':', &dex_filenames); in Init()