Home
last modified time | relevance | path

Searched refs:OpenWithMagic (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/dex/
Dart_dex_file_loader.h122 bool OpenWithMagic(uint32_t magic,
Dart_dex_file_loader.cc237 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