Searched refs:boot_class_path_string_ (Results 1 – 2 of 2) sorted by relevance
241 return boot_class_path_string_; in GetBootClassPathString()750 std::string boot_class_path_string_; variable
1082 boot_class_path_string_ = runtime_options.ReleaseOrDefault(Opt::BootClassPath); in Init()1326 if (boot_class_path_string_.empty()) { in Init()1334 boot_class_path_string_ = android::base::Join(dex_locations, ':'); in Init()1347 Split(boot_class_path_string_, ':', &dex_filenames); in Init()