Searched refs:OpenDexFile (Results 1 – 10 of 10) sorted by relevance
283 opened_oat_file->GetOatDexFiles()[i]->OpenDexFile(&error_msg); in CheckOatWriteResult()783 opened_oat_file->GetOatDexFiles()[0]->OpenDexFile(&error_msg); in TestZipFileInput()785 opened_oat_file->GetOatDexFiles()[1]->OpenDexFile(&error_msg); in TestZipFileInput()832 opened_oat_file->GetOatDexFiles()[0]->OpenDexFile(&error_msg); in TestZipFileInput()834 opened_oat_file->GetOatDexFiles()[1]->OpenDexFile(&error_msg); in TestZipFileInput()
183 std::unique_ptr<const DexFile> dex_file = oat_dex_file->OpenDexFile(&error_msg); in TEST_F()
484 std::unique_ptr<const DexFile> OpenDexFile(std::string* error_msg) const;
292 std::unique_ptr<const DexFile> dex_file = oat_dex_file->OpenDexFile(&error_msg); in LoadDexFiles()308 dex_file = oat_dex_file->OpenDexFile(&error_msg); in LoadDexFiles()
2075 std::unique_ptr<const DexFile> OatDexFile::OpenDexFile(std::string* error_msg) const { in OpenDexFile() function in art::OatDexFile
1686 dex_file = oat_dex_file->OpenDexFile(&inner_error_msg); in OpenOatDexFile()
518 std::unique_ptr<const DexFile> dex_file = oat_dex_file->OpenDexFile(&error_msg); in CheckResult()798 std::unique_ptr<const DexFile> new_dex_file = oat_dex_file->OpenDexFile(&error_msg); in CheckResult()1250 std::unique_ptr<const DexFile> dex_file(oat_dex->OpenDexFile(&error_msg)); in TEST_F()1334 std::unique_ptr<const DexFile> dex_file(oat_dex->OpenDexFile(&error_msg)); in TEST_F()1612 std::unique_ptr<const DexFile> dex_file(oat_dex->OpenDexFile(&error_msg)); in TEST_F()1748 std::unique_ptr<const DexFile> dex_file(oat_dex->OpenDexFile(&error_msg)); in TEST_F()1979 std::unique_ptr<const DexFile> dex_file(OpenDexFile(temp_dex.GetFilename().c_str())); in TEST_F()2089 std::unique_ptr<const DexFile> dex_file(OpenDexFile(temp_dex.GetFilename().c_str())); in TEST_F()
240 std::unique_ptr<const DexFile> OpenDexFile(const char* filename);
545 std::unique_ptr<const DexFile> CommonArtTestImpl::OpenDexFile(const char* filename) { in OpenDexFile() function in art::CommonArtTestImpl557 return OpenDexFile(GetTestDexFileName(name).c_str()); in OpenTestDexFile()
119 const DexFile* OpenDexFile(const OatDexFile* oat_dex_file, std::string* error_msg) { in OpenDexFile() function125 const DexFile* ret = oat_dex_file->OpenDexFile(error_msg).release(); in OpenDexFile()245 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg); in WalkOatDexFile()516 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg); in Dump()577 const DexFile* dex_file = OpenDexFile(oat_dex_files_[i], &error_msg); in Dump()726 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg); in GetQuickOatCode()825 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg); in AddAllOffsets()885 const DexFile* const dex_file = OpenDexFile(&oat_dex_file, &error_msg); in DumpOatDexFile()961 dex_file = OpenDexFile(&oat_dex_file, &error_msg); in ExportDexFile()2479 const DexFile* const dex_file = OpenDexFile(odf, &error_msg); in InstallOatFile()