Searched refs:GetMagic (Results 1 – 9 of 9) sorted by relevance
60 const char* GetMagic() const;
122 const char* ImageHeader::GetMagic() const { in GetMagic() function in art::ImageHeader
77 const char* GetMagic() const { return reinterpret_cast<const char*>(magic_); } in GetMagic() function
145 const char* OatHeader::GetMagic() const { in GetMagic() function in art::OatHeader
143 const char* GetMagic() const;
95 char* magic = const_cast<char*>(image_header.GetMagic()); in TEST_F()
489 char* magic = const_cast<char*>(oat_header->GetMagic()); in TEST_F()
421 os << oat_header.GetMagic() << "\n\n"; in Dump()572 << vdex_header.GetMagic() in Dump()1803 os << "MAGIC: " << image_header_.GetMagic() << "\n\n"; in Dump()
1284 os << "MAGIC: " << image_header.GetMagic() << "\n\n"; in Dump()