Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file_assistant.cc842 const char* oat_boot_class_path_checksums = in ValidateBootClassPathChecksums() local
846 if (oat_boot_class_path_checksums == nullptr || oat_boot_class_path == nullptr) { in ValidateBootClassPathChecksums()
853 oat_boot_class_path_checksums, in ValidateBootClassPathChecksums()
1185 const char* oat_boot_class_path_checksums = in ShouldRecompileForFilter() local
1187 if (oat_boot_class_path_checksums != nullptr && in ShouldRecompileForFilter()
1188 oat_boot_class_path_checksums[0] != 'i' && in ShouldRecompileForFilter()
/art/runtime/gc/space/
Dimage_space.cc964 const char* oat_boot_class_path_checksums = in ValidateBootImageChecksum() local
966 if (oat_boot_class_path_checksums != nullptr) { in ValidateBootImageChecksum()
968 while (*oat_boot_class_path_checksums == kImageChecksumPrefix) { in ValidateBootImageChecksum()
971 const char* separator = strchr(oat_boot_class_path_checksums, ':'); in ValidateBootImageChecksum()
972 oat_boot_class_path_checksums = (separator != nullptr) ? separator + 1u : ""; in ValidateBootImageChecksum()
2917 const char* oat_boot_class_path_checksums = in OpenOatFile() local
2919 oat_boot_class_path_checksums = in OpenOatFile()
2920 (oat_boot_class_path_checksums != nullptr) ? oat_boot_class_path_checksums : ""; in OpenOatFile()
2923 if (oat_boot_class_path[0] != 0 || oat_boot_class_path_checksums[0] != 0) { in OpenOatFile()
2927 oat_boot_class_path_checksums, in OpenOatFile()
[all …]