Home
last modified time | relevance | path

Searched defs:OpenDexFile (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Doat_file.cc1318 std::unique_ptr<const DexFile> OatFile::OatDexFile::OpenDexFile(std::string* error_msg) const { in OpenDexFile() function in art::OatFile::OatDexFile
/art/oatdump/
Doatdump.cc102 const DexFile* OpenDexFile(const OatFile::OatDexFile* oat_dex_file, std::string* error_msg) { in OpenDexFile() function