Home
last modified time | relevance | path

Searched refs:oat_boot_class_path (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Doat_file_assistant.cc604 const char* oat_boot_class_path = in ValidateBootClassPathChecksums() local
606 if (oat_boot_class_path == nullptr) { in ValidateBootClassPathChecksums()
613 std::string_view remaining_bcp(oat_boot_class_path); in ValidateBootClassPathChecksums()
Druntime.cc1203 const char* oat_boot_class_path = oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in Init() local
1204 if (oat_boot_class_path != nullptr) { in Init()
1205 Split(oat_boot_class_path, ':', &boot_class_path_); in Init()
/art/runtime/gc/space/
Dimage_space.cc1827 const char* oat_boot_class_path = in OpenOatFile() local
1829 oat_boot_class_path = (oat_boot_class_path != nullptr) ? oat_boot_class_path : ""; in OpenOatFile()
1830 if (expected_boot_class_path != oat_boot_class_path) { in OpenOatFile()
1833 oat_boot_class_path, in OpenOatFile()