Searched defs:OpenDexFile (Results 1 – 3 of 3) sorted by relevance
516 std::unique_ptr<const DexFile> CommonArtTestImpl::OpenDexFile(const char* filename) { in OpenDexFile() function in art::CommonArtTestImpl
2223 std::unique_ptr<const DexFile> OatDexFile::OpenDexFile(std::string* error_msg) const { in OpenDexFile() function in art::OatDexFile
119 const DexFile* OpenDexFile(const OatDexFile* oat_dex_file, std::string* error_msg) { in OpenDexFile() function