Home
last modified time | relevance | path

Searched refs:GetValidationErrorMessage (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/oat/
H A Doat.h72 std::string GetValidationErrorMessage() const;
H A Doat.cc112 std::string OatHeader::GetValidationErrorMessage() const { in GetValidationErrorMessage() function in art::OatHeader
H A Doat_file.cc628 std::string cause = GetOatHeader().GetValidationErrorMessage(); in Setup()
/aosp_15_r20/art/dex2oat/
H A Ddex2oat_test.cc2074 ASSERT_TRUE(header.IsValid()) << header.GetValidationErrorMessage(); in TEST_F()