Searched refs:GetMagic (Results 1 – 9 of 9) sorted by relevance
62 const char* GetMagic() const;
142 const char* ImageHeader::GetMagic() const { in GetMagic() function in art::ImageHeader
107 const char* GetMagic() const { return reinterpret_cast<const char*>(magic_); } in GetMagic() function
145 const char* GetMagic() const;
148 const char* OatHeader::GetMagic() const { in GetMagic() function in art::OatHeader
97 char* magic = const_cast<char*>(image_header.GetMagic()); in TEST_F()
525 char* magic = const_cast<char*>(oat_header->GetMagic()); in TEST_F()
419 os << oat_header.GetMagic() << "\n\n"; in Dump()592 << vdex_header.GetMagic() in Dump()1702 os << "MAGIC: " << image_header_.GetMagic() << "\n\n"; in Dump()
1291 os << "MAGIC: " << image_header.GetMagic() << "\n\n"; in Dump()