Searched refs:oat_boot_class_path (Results 1 – 3 of 3) sorted by relevance
604 const char* oat_boot_class_path = in ValidateBootClassPathChecksums() local606 if (oat_boot_class_path == nullptr) { in ValidateBootClassPathChecksums()613 std::string_view remaining_bcp(oat_boot_class_path); in ValidateBootClassPathChecksums()
1203 const char* oat_boot_class_path = oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in Init() local1204 if (oat_boot_class_path != nullptr) { in Init()1205 Split(oat_boot_class_path, ':', &boot_class_path_); in Init()
1827 const char* oat_boot_class_path = in OpenOatFile() local1829 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()