Home
last modified time | relevance | path

Searched refs:VerifyBootClassPathChecksums (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/space/
Dimage_space.h234 static bool VerifyBootClassPathChecksums(std::string_view oat_checksums,
244 static bool VerifyBootClassPathChecksums(
Dimage_space_test.cc334 return gc::space::ImageSpace::VerifyBootClassPathChecksums( in TEST_F()
Dimage_space.cc2905 if (!VerifyBootClassPathChecksums( in OpenOatFile()
3427 bool ImageSpace::VerifyBootClassPathChecksums(std::string_view oat_checksums, in VerifyBootClassPathChecksums() function in art::gc::space::ImageSpace
3520 bool ImageSpace::VerifyBootClassPathChecksums( in VerifyBootClassPathChecksums() function in art::gc::space::ImageSpace
/art/runtime/
Ddexopt_test.cc173 bool match = gc::space::ImageSpace::VerifyBootClassPathChecksums( in GenerateOatForTest()
Doat_file_assistant.cc657 result = gc::space::ImageSpace::VerifyBootClassPathChecksums( in ValidateBootClassPathChecksums()
/art/dexoptanalyzer/
Ddexoptanalyzer.cc389 if (!ImageSpace::VerifyBootClassPathChecksums(checksums, in ValidateBcp()