Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dfile_magic.h34 bool IsZipMagic(uint32_t magic);
H A Dfile_magic.cc59 bool IsZipMagic(uint32_t magic) { in IsZipMagic() function
/aosp12/art/libdexfile/dex/
H A Ddex_file_loader.cc147 static bool IsZipMagic(uint32_t magic) { in IsZipMagic() function
306 if (IsZipMagic(magic)) { in OpenAll()
H A Dart_dex_file_loader.cc108 if (IsZipMagic(magic)) { in GetMultiDexChecksums()
276 if (IsZipMagic(magic)) { in OpenWithMagic()
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc567 } else if (IsZipMagic(magic)) { in AddDexFileSource()