Home
last modified time | relevance | path

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

/bionic/tests/
Ddlfcn_test.cpp1358 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\": W + E load segmen… local
1359 ASSERT_STREQ(expected_dlerror.c_str(), dlerror());
1369 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has invalid shdr o… local
1370 ASSERT_SUBSTR(expected_dlerror.c_str(), dlerror());
1380 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has unsupported e_… local
1381 ASSERT_SUBSTR(expected_dlerror.c_str(), dlerror());
1391 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has invalid e_shst… local
1392 ASSERT_STREQ(expected_dlerror.c_str(), dlerror());
1402 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has no section hea… local
1403 ASSERT_STREQ(expected_dlerror.c_str(), dlerror());
[all …]