Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_context_test.cc160 const std::string& opened_location = opened_dex_file->GetLocation(); in VerifyOpenDexFiles() local
161 if (!IsAbsoluteLocation(opened_location)) { in VerifyOpenDexFiles()
166 expected_location.length() - opened_location.length(), in VerifyOpenDexFiles()
167 opened_location.length(), in VerifyOpenDexFiles()
168 opened_location)); in VerifyOpenDexFiles()
170 ASSERT_EQ(expected_location, opened_location); in VerifyOpenDexFiles()
174 ASSERT_EQ(info.classpath[k], opened_location); in VerifyOpenDexFiles()