Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h266 DCHECK(boot_class_path_locations_.empty() || in GetBootClassPathLocations()
267 boot_class_path_locations_.size() == boot_class_path_.size()); in GetBootClassPathLocations()
268 return boot_class_path_locations_.empty() ? boot_class_path_ : boot_class_path_locations_; in GetBootClassPathLocations()
961 std::vector<std::string> boot_class_path_locations_; variable
Doat_file_assistant_test.cc68 if (!runtime->boot_class_path_locations_.empty()) { in InsertNewBootClasspathEntry()
69 runtime->boot_class_path_locations_.push_back(extra_dex_filename); in InsertNewBootClasspathEntry()