Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_context_test.cc156 std::unique_ptr<const DexFile>& expected_dex_file = (*all_dex_files)[k]; in VerifyOpenDexFiles() local
158 std::string expected_location = expected_dex_file->GetLocation(); in VerifyOpenDexFiles()
172 ASSERT_EQ(expected_dex_file->GetLocationChecksum(), opened_dex_file->GetLocationChecksum()); in VerifyOpenDexFiles()