Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h234 static bool VerifyBootClassPathChecksums(std::string_view oat_checksums,
245 static bool VerifyBootClassPathChecksums(
Dimage_space_test.cc338 return gc::space::ImageSpace::VerifyBootClassPathChecksums( in TEST_F()
Dimage_space.cc3210 if (!VerifyBootClassPathChecksums( in OpenOatFile()
3901 bool ImageSpace::VerifyBootClassPathChecksums(std::string_view oat_checksums, in VerifyBootClassPathChecksums() function in art::gc::space::ImageSpace
4008 bool ImageSpace::VerifyBootClassPathChecksums( in VerifyBootClassPathChecksums() function in art::gc::space::ImageSpace
/art/runtime/
Ddexopt_test.cc152 bool match = gc::space::ImageSpace::VerifyBootClassPathChecksums( in GenerateOatForTest()
Doat_file_assistant.cc617 bool result = gc::space::ImageSpace::VerifyBootClassPathChecksums( in ValidateBootClassPathChecksums()