Searched refs:oat_boot_class_path (Results 1 – 3 of 3) sorted by relevance
235 std::string_view oat_boot_class_path,247 std::string_view oat_boot_class_path,
610 const char* oat_boot_class_path = in ValidateBootClassPathChecksums() local612 if (oat_boot_class_path_checksums == nullptr || oat_boot_class_path == nullptr) { in ValidateBootClassPathChecksums()616 std::string_view oat_boot_class_path_view(oat_boot_class_path); in ValidateBootClassPathChecksums()
1271 const char* oat_boot_class_path = oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in Init() local1272 if (oat_boot_class_path != nullptr) { in Init()1273 Split(oat_boot_class_path, ':', &boot_class_path_); in Init()