Searched refs:GetMagic (Results 1 – 9 of 9) sorted by relevance
60 const char* GetMagic() const;
141 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
147 const char* OatHeader::GetMagic() const { in GetMagic() function in art::OatHeader
145 const char* GetMagic() const;
97 char* magic = const_cast<char*>(image_header.GetMagic()); in TEST_F()
540 char* magic = const_cast<char*>(oat_header->GetMagic()); in TEST_F()
418 os << oat_header.GetMagic() << "\n\n"; in Dump()571 << vdex_header.GetMagic() in Dump()1802 os << "MAGIC: " << image_header_.GetMagic() << "\n\n"; in Dump()
1290 os << "MAGIC: " << image_header.GetMagic() << "\n\n"; in Dump()