OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDexMagicVersion
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
dex_file.cc
51
const byte DexFile::
kDexMagicVersion
[] = { '0', '3', '5', '\0' };
414
return (memcmp(version,
kDexMagicVersion
, sizeof(
kDexMagicVersion
)) == 0);
[
all
...]
dex_file.h
56
static const byte
kDexMagicVersion
[];
[
all
...]
Completed in 1314 milliseconds