Searched refs:OpenWithMagic (Results 1 – 2 of 2) sorted by relevance
107 bool OpenWithMagic(uint32_t magic,
235 return OpenWithMagic( in Open()250 return OpenWithMagic(magic, fd, location, verify, verify_checksum, error_msg, dex_files); in Open()253 bool ArtDexFileLoader::OpenWithMagic(uint32_t magic, in OpenWithMagic() function in art::ArtDexFileLoader