Searched refs:ValidateBootClassPathChecksums (Results 1 – 5 of 5) sorted by relevance
366 EXPORT bool ValidateBootClassPathChecksums(const OatFile& oat_file);369 static bool ValidateBootClassPathChecksums(OatFileAssistantContext* ofa_context,
520 if (!ValidateBootClassPathChecksums(file)) { in GivenOatFileStatus()740 bool OatFileAssistant::ValidateBootClassPathChecksums(OatFileAssistantContext* ofa_context, in ValidateBootClassPathChecksums() function in art::OatFileAssistant839 bool OatFileAssistant::ValidateBootClassPathChecksums(const OatFile& oat_file) { in ValidateBootClassPathChecksums() function in art::OatFileAssistant850 bool result = ValidateBootClassPathChecksums(GetOatFileAssistantContext(), in ValidateBootClassPathChecksums()
2655 TEST_P(OatFileAssistantTest, ValidateBootClassPathChecksums) { in TEST_P() argument2665 return OatFileAssistant::ValidateBootClassPathChecksums( in TEST_P()
172 bool match = oat_file_assistant.ValidateBootClassPathChecksums(*odex_file); in GenerateOatForTest()
3545 if (!oat_file_assistant.ValidateBootClassPathChecksums(*oat_file)) { in CanDumpWithRuntime()