Searched refs:boot_class_path_string_ (Results 1 – 2 of 2) sorted by relevance
248 return boot_class_path_string_; in GetBootClassPathString()849 std::string boot_class_path_string_; variable
1160 boot_class_path_string_ = runtime_options.ReleaseOrDefault(Opt::BootClassPath); in Init()1453 if (boot_class_path_string_.empty()) { in Init()1461 boot_class_path_string_ = android::base::Join(dex_locations, ':'); in Init()1474 Split(boot_class_path_string_, ':', &dex_filenames); in Init()