Home
last modified time | relevance | path

Searched refs:IsZipMagic (Results 1 – 5 of 5) 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.cc147 static bool IsZipMagic(uint32_t magic) { in IsZipMagic() function
281 if (IsZipMagic(magic)) { in OpenAll()
Dart_dex_file_loader.cc107 if (IsZipMagic(magic)) { in GetMultiDexChecksums()
262 if (IsZipMagic(magic)) { in OpenWithMagic()
/art/dex2oat/linker/
Doat_writer.cc558 } else if (IsZipMagic(magic)) { in AddDexFileSource()