Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_context.cc740 std::string expected_dex_name; in VerifyClassLoaderContextMatch() local
746 expected_dex_name = expected_info.classpath[k]; in VerifyClassLoaderContextMatch()
751 expected_dex_name = OatFile::ResolveRelativeEncodedDexLocation( in VerifyClassLoaderContextMatch()
760 expected_dex_name = expected_info.classpath[k]; in VerifyClassLoaderContextMatch()
766 expected_dex_name = expected_info.classpath[k]; in VerifyClassLoaderContextMatch()
770 if (dex_name != expected_dex_name) { in VerifyClassLoaderContextMatch()