Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/oat/
H A Doat_file_assistant.cc841 const char* oat_boot_class_path_checksums = in ValidateBootClassPathChecksums() local
845 if (oat_boot_class_path_checksums == nullptr || oat_boot_class_path == nullptr) { in ValidateBootClassPathChecksums()
852 oat_boot_class_path_checksums, in ValidateBootClassPathChecksums()
1196 const char* oat_boot_class_path_checksums = in ShouldRecompileForFilter() local
1198 if (oat_boot_class_path_checksums != nullptr && in ShouldRecompileForFilter()
1199 oat_boot_class_path_checksums[0] != 'i' && in ShouldRecompileForFilter()
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc969 const char* oat_boot_class_path_checksums = in ValidateBootImageChecksum() local
971 if (oat_boot_class_path_checksums != nullptr) { in ValidateBootImageChecksum()
973 while (*oat_boot_class_path_checksums == kImageChecksumPrefix) { in ValidateBootImageChecksum()
976 const char* separator = strchr(oat_boot_class_path_checksums, ':'); in ValidateBootImageChecksum()
977 oat_boot_class_path_checksums = (separator != nullptr) ? separator + 1u : ""; in ValidateBootImageChecksum()
2931 const char* oat_boot_class_path_checksums = in OpenOatFile() local
2933 oat_boot_class_path_checksums = in OpenOatFile()
2934 (oat_boot_class_path_checksums != nullptr) ? oat_boot_class_path_checksums : ""; in OpenOatFile()
2937 if (oat_boot_class_path[0] != 0 || oat_boot_class_path_checksums[0] != 0) { in OpenOatFile()
2941 oat_boot_class_path_checksums, in OpenOatFile()
[all …]