OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kOatMagic
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
oat.cc
24
const uint8_t OatHeader::
kOatMagic
[] = { 'o', 'a', 't', '\n' };
36
memcpy(magic_,
kOatMagic
, sizeof(
kOatMagic
));
70
if (memcmp(magic_,
kOatMagic
, sizeof(
kOatMagic
)) != 0) {
oat.h
30
static const uint8_t
kOatMagic
[4];
utils.cc
[
all
...]
Completed in 2479 milliseconds