Home
last modified time | relevance | path

Searched refs:opened_dex_file (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/
Doat_writer_test.cc290 std::unique_ptr<const DexFile> opened_dex_file = in CheckOatWriteResult() local
296 ASSERT_EQ(dex_file_data->GetHeader().file_size_, opened_dex_file->GetHeader().file_size_); in CheckOatWriteResult()
298 &opened_dex_file->GetHeader(), in CheckOatWriteResult()
300 ASSERT_EQ(dex_file_data->GetLocation(), opened_dex_file->GetLocation()); in CheckOatWriteResult()
/art/runtime/
Dclass_loader_context_test.cc154 std::unique_ptr<const DexFile>& opened_dex_file = in VerifyOpenDexFiles() local
160 const std::string& opened_location = opened_dex_file->GetLocation(); in VerifyOpenDexFiles()
172 ASSERT_EQ(expected_dex_file->GetLocationChecksum(), opened_dex_file->GetLocationChecksum()); in VerifyOpenDexFiles()