Searched refs:OpenWithMagic (Results 1 – 2 of 2) sorted by relevance
122 bool OpenWithMagic(uint32_t magic,
237 return OpenWithMagic( in Open()252 return OpenWithMagic(magic, fd, location, verify, verify_checksum, error_msg, dex_files); in Open()267 bool ArtDexFileLoader::OpenWithMagic(uint32_t magic, in OpenWithMagic() function in art::ArtDexFileLoader