Searched refs:CheckMagicAndVersion (Results 1 – 2 of 2) sorted by relevance
1227 bool CheckMagicAndVersion(std::string* error_msg) const;
465 if (!CheckMagicAndVersion(error_msg)) { in Init()471 bool DexFile::CheckMagicAndVersion(std::string* error_msg) const { in CheckMagicAndVersion() function in art::DexFile