Home
last modified time | relevance | path

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

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