Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/space/
H A Dimage_space.h234 static bool VerifyBootClassPathChecksums(std::string_view oat_checksums,
244 static bool VerifyBootClassPathChecksums(
H A Dimage_space_test.cc334 return gc::space::ImageSpace::VerifyBootClassPathChecksums( in TEST_F()
H A 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
/aosp12/art/runtime/
H A Ddexopt_test.cc173 bool match = gc::space::ImageSpace::VerifyBootClassPathChecksums( in GenerateOatForTest()
H A Doat_file_assistant.cc657 result = gc::space::ImageSpace::VerifyBootClassPathChecksums( in ValidateBootClassPathChecksums()
/aosp12/art/dexoptanalyzer/
H A Ddexoptanalyzer.cc389 if (!ImageSpace::VerifyBootClassPathChecksums(checksums, in ValidateBcp()