Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer_test.cc282 std::unique_ptr<const DexFile> opened_dex_file = in CheckOatWriteResult() local
288 ASSERT_EQ(dex_file_data->GetHeader().file_size_, opened_dex_file->GetHeader().file_size_); in CheckOatWriteResult()
290 &opened_dex_file->GetHeader(), in CheckOatWriteResult()
292 ASSERT_EQ(dex_file_data->GetLocation(), opened_dex_file->GetLocation()); in CheckOatWriteResult()