HomeSort by relevance Sort by last modified time
    Searched defs:kOatMagic (Results 1 - 2 of 2) sorted by null

  /art/runtime/
oat.h 32 static const uint8_t kOatMagic[4];
oat.cc 25 const uint8_t OatHeader::kOatMagic[] = { 'o', 'a', 't', '\n' };
68 memcpy(magic_, kOatMagic, sizeof(kOatMagic));
116 if (memcmp(magic_, kOatMagic, sizeof(kOatMagic)) != 0) {

Completed in 53 milliseconds