Home
last modified time | relevance | path

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

/bionic/tests/
Ddlfcn_test.cpp1306 std::string libpath = GetTestlibRoot() + "/libtest_dt_runpath_d.so"; in TEST() local
1307 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()
1626 const std::string libpath = GetPrebuiltElfDir() + "/libtest_invalid-rw_load_segment.so"; in TEST() local
1627 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()
1629 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\": W+E load segments… in TEST()
1634 const std::string libpath = GetPrebuiltElfDir() + "/libtest_invalid-unaligned_shdr_offset.so"; in TEST() local
1636 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()
1638 …std::string expected_dlerror = std::string("dlopen failed: \"") + libpath + "\" has invalid shdr o… in TEST()
1643 const std::string libpath = GetPrebuiltElfDir() + "/libtest_invalid-zero_shentsize.so"; in TEST() local
1645 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()
[all …]
Delftls_dl_test.cpp332 std::string libpath = GetTestlibRoot() + "/libtest_elftls_dynamic.so"; in TEST() local
335 ASSERT_STREQ(libpath.c_str(), dli_realpath); in TEST()