Searched refs:lib_path (Results 1 – 2 of 2) sorted by relevance
/bionic/tests/ |
D | memtag_stack_dlopen_test.cpp | 86 std::string lib_path = in TEST() local 90 eth.SetArgs({path.c_str(), lib_path.c_str(), nullptr}); in TEST() 107 std::string lib_path = in TEST() local 111 eth.SetArgs({path.c_str(), lib_path.c_str(), nullptr}); in TEST()
|
D | dlext_test.cpp | 111 const std::string lib_path = GetTestLibRoot() + "/libdlext_test_fd/libdlext_test_fd.so"; in TEST_F() local 115 extinfo.library_fd = TEMP_FAILURE_RETRY(open(lib_path.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F() 117 handle_ = android_dlopen_ext(lib_path.c_str(), RTLD_NOW, &extinfo); in TEST_F() 129 …const std::string lib_path = GetTestLibRoot() + "/libdlext_test_zip/libdlext_test_zip_zipaligned.z… in TEST_F() local 133 extinfo.library_fd = TEMP_FAILURE_RETRY(open(lib_path.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F() 137 ASSERT_EQ(0, OpenArchive(lib_path.c_str(), &handle)); in TEST_F() 143 handle_ = android_dlopen_ext(lib_path.c_str(), RTLD_NOW, &extinfo); in TEST_F() 152 …const std::string lib_path = GetTestLibRoot() + "/libdlext_test_zip/libdlext_test_zip_zipaligned.z… in TEST_F() local 156 extinfo.library_fd = TEMP_FAILURE_RETRY(open(lib_path.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F() 177 ASSERT_EQ("dlopen failed: \"" + lib_path + "\" has bad ELF magic: 504b0304", dlerror()); in TEST_F() [all …]
|