Home
last modified time | relevance | path

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

/bionic/tests/
Ddlext_test.cpp198 const std::string symlink_name = basename(symlink.get_symlink_path().c_str()); in TEST() local
205 void* handle2 = android_dlopen_ext(symlink_name.c_str(), RTLD_NOW, &extinfo); in TEST()
215 const std::string symlink_name = basename(symlink.get_symlink_path().c_str()); in TEST() local
218 void* handle = dlopen(symlink_name.c_str(), RTLD_NOW); in TEST()
Ddlfcn_test.cpp1159 const std::string symlink_name = basename(symlink.get_symlink_path().c_str()); in TEST() local
1161 void* handle2 = dlopen(symlink_name.c_str(), RTLD_NOW); in TEST()