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

  /art/runtime/
dex_file.cc 49 const byte DexFile::kDexMagicVersion[] = { '0', '3', '5', '\0' };
326 return (memcmp(version, kDexMagicVersion, sizeof(kDexMagicVersion)) == 0);
    [all...]
dex_file.h 49 static const byte kDexMagicVersion[];
    [all...]

Completed in 32 milliseconds