Searched refs:boot_class_path_string_ (Results 1 – 2 of 2) sorted by relevance
257 return boot_class_path_string_; in GetBootClassPathString()707 std::string boot_class_path_string_; variable
924 boot_class_path_string_ = runtime_options.ReleaseOrDefault(Opt::BootClassPath); in Init()1140 if (boot_class_path_string_.empty()) { in Init()1148 boot_class_path_string_ = Join(dex_locations, ':'); in Init()1160 Split(boot_class_path_string_, ':', &dex_filenames); in Init()