Searched refs:OpenDexFile (Results 1 – 10 of 10) sorted by relevance
621 opened_oat_file->GetOatDexFiles()[0]->OpenDexFile(&error_msg); in TestDexFileInput()623 opened_oat_file->GetOatDexFiles()[1]->OpenDexFile(&error_msg); in TestDexFileInput()747 opened_oat_file->GetOatDexFiles()[0]->OpenDexFile(&error_msg); in TestZipFileInput()749 opened_oat_file->GetOatDexFiles()[1]->OpenDexFile(&error_msg); in TestZipFileInput()797 opened_oat_file->GetOatDexFiles()[0]->OpenDexFile(&error_msg); in TestZipFileInput()799 opened_oat_file->GetOatDexFiles()[1]->OpenDexFile(&error_msg); in TestZipFileInput()
458 std::unique_ptr<const DexFile> CommonArtTestImpl::OpenDexFile(const char* filename) { in OpenDexFile() function in art::CommonArtTestImpl470 return OpenDexFile(GetTestDexFileName(name).c_str()); in OpenTestDexFile()
210 std::unique_ptr<const DexFile> OpenDexFile(const char* filename);
535 std::unique_ptr<const DexFile> dex_file = oat_dex_file->OpenDexFile(&error_msg); in CheckResult()807 std::unique_ptr<const DexFile> new_dex_file = oat_dex_file->OpenDexFile(&error_msg); in CheckResult()962 std::unique_ptr<const DexFile> dex_file = oat_dex_file->OpenDexFile(&error_msg); in CheckResult()1438 std::unique_ptr<const DexFile> dex_file(oat_dex->OpenDexFile(&error_msg)); in TEST_F()1523 std::unique_ptr<const DexFile> dex_file(oat_dex->OpenDexFile(&error_msg)); in TEST_F()1782 std::unique_ptr<const DexFile> dex_file(oat_dex->OpenDexFile(&error_msg)); in TEST_F()1920 std::unique_ptr<const DexFile> dex_file(oat_dex->OpenDexFile(&error_msg)); in TEST_F()2217 std::unique_ptr<const DexFile> dex_file(OpenDexFile(temp_dex.GetFilename().c_str())); in TEST_F()
123 const DexFile* OpenDexFile(const OatDexFile* oat_dex_file, std::string* error_msg) { in OpenDexFile() function129 const DexFile* ret = oat_dex_file->OpenDexFile(error_msg).release(); in OpenDexFile()247 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg); in WalkOatDexFile()514 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg); in Dump()561 const DexFile* dex_file = OpenDexFile(oat_dex_files_[i], &error_msg); in Dump()708 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg); in GetQuickOatCode()843 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg); in AddAllOffsets()903 const DexFile* const dex_file = OpenDexFile(&oat_dex_file, &error_msg); in DumpOatDexFile()979 dex_file = OpenDexFile(&oat_dex_file, &error_msg); in ExportDexFile()2822 const DexFile* const dex_file = OpenDexFile(odf, &error_msg); in InstallOatFile()
470 std::unique_ptr<const DexFile> OpenDexFile(std::string* error_msg) const;
281 std::unique_ptr<const DexFile> dex_file = oat_dex_file->OpenDexFile(&error_msg); in LoadDexFiles()297 dex_file = oat_dex_file->OpenDexFile(&error_msg); in LoadDexFiles()
270 std::unique_ptr<const DexFile> dex_file = oat_dex_file->OpenDexFile(&error); in AddDexFilesFromOat()
1931 std::unique_ptr<const DexFile> OatDexFile::OpenDexFile(std::string* error_msg) const { in OpenDexFile() function in art::OatDexFile
1753 dex_file = oat_dex_file->OpenDexFile(&inner_error_msg); in OpenOatDexFile()