HomeSort by relevance Sort by last modified time
    Searched refs:GetMagic (Results 1 - 9 of 9) sorted by null

  /art/runtime/
vdex_file.h 53 const char* GetMagic() const { return reinterpret_cast<const char*>(magic_); }
oat.h 59 const char* GetMagic() const;
image.cc 128 const char* ImageHeader::GetMagic() const {
image.h 124 const char* GetMagic() const;
oat.cc 145 const char* OatHeader::GetMagic() const {
  /art/compiler/
image_test.cc 563 char* magic = const_cast<char*>(image_header.GetMagic());
oat_test.cc 506 char* magic = const_cast<char*>(oat_header->GetMagic());
    [all...]
  /art/imgdiag/
imgdiag.cc 70 os << "MAGIC: " << image_header_.GetMagic() << "\n\n";
    [all...]
  /art/oatdump/
oatdump.cc 379 os << oat_header.GetMagic() << "\n\n";
510 << vdex_header.GetMagic()
    [all...]

Completed in 235 milliseconds