Home
last modified time | relevance | path

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

/art/libartbase/base/
Dcommon_art_test.cc524 std::unique_ptr<const DexFile> CommonArtTestImpl::OpenDexFile(const char* filename) { in OpenDexFile() function in art::CommonArtTestImpl
/art/runtime/
Doat_file.cc1934 std::unique_ptr<const DexFile> OatDexFile::OpenDexFile(std::string* error_msg) const { in OpenDexFile() function in art::OatDexFile
/art/oatdump/
Doatdump.cc119 const DexFile* OpenDexFile(const OatDexFile* oat_dex_file, std::string* error_msg) { in OpenDexFile() function