Home
last modified time | relevance | path

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

/bionic/tests/
Ddlfcn_test.cpp1629 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\": W+E load segments… in TEST() local
1630 ASSERT_STREQ(expected_dlerror.c_str(), dlerror()); in TEST()
1638 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has invalid shdr o… in TEST() local
1639 ASSERT_SUBSTR(expected_dlerror.c_str(), dlerror()); in TEST()
1647 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has unsupported e_… in TEST() local
1648 ASSERT_SUBSTR(expected_dlerror.c_str(), dlerror()); in TEST()
1656 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has invalid e_shst… in TEST() local
1657 ASSERT_STREQ(expected_dlerror.c_str(), dlerror()); in TEST()
1665 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has no section hea… in TEST() local
1666 ASSERT_STREQ(expected_dlerror.c_str(), dlerror()); in TEST()
[all …]
Ddlext_test.cpp1836 std::string expected_dlerror = in TEST() local
1841 ASSERT_EQ(expected_dlerror, dlerror()); in TEST()