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
306 if (IsZipMagic(magic)) { in OpenAll()
Dart_dex_file_loader.cc108 if (IsZipMagic(magic)) { in GetMultiDexChecksums()
276 if (IsZipMagic(magic)) { in OpenWithMagic()
/art/dex2oat/linker/
Doat_writer.cc567 } else if (IsZipMagic(magic)) { in AddDexFileSource()