Home
last modified time | relevance | path

Searched refs:IsZipMagic (Results 1 – 4 of 4) sorted by relevance

/art/libartbase/base/
Dfile_magic.h34 bool IsZipMagic(uint32_t magic);
Dfile_magic.cc59 bool IsZipMagic(uint32_t magic) { in IsZipMagic() function
/art/libdexfile/dex/
Ddex_file_loader.cc151 static bool IsZipMagic(uint32_t magic) { in IsZipMagic() function
276 if (IsZipMagic(magic)) { in OpenAll()
/art/runtime/dex/
Dart_dex_file_loader.cc106 if (IsZipMagic(magic)) { in GetMultiDexChecksums()
232 if (IsZipMagic(magic)) { in Open()