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

  /art/runtime/
dex_file.cc 446 if (!IsVersionValid(header_->magic_)) {
463 bool DexFile::IsVersionValid(const uint8_t* magic) {
    [all...]
dex_file.h 466 static bool IsVersionValid(const uint8_t* magic);
    [all...]
oat_file.cc 467 if (UNLIKELY(!DexFile::IsVersionValid(dex_file_pointer))) {
    [all...]

Completed in 33 milliseconds