Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dclass_loader_context_test.cc167 const std::string& opened_location = only_read_checksums in VerifyOpenDexFiles() local
177 if (!IsAbsoluteLocation(opened_location)) { in VerifyOpenDexFiles()
182 expected_location.length() - opened_location.length(), in VerifyOpenDexFiles()
183 opened_location.length(), in VerifyOpenDexFiles()
184 opened_location)); in VerifyOpenDexFiles()
186 ASSERT_EQ(expected_location, opened_location); in VerifyOpenDexFiles()
190 ASSERT_EQ(info.classpath[k], opened_location); in VerifyOpenDexFiles()