Searched refs:symlink_name (Results 1 – 2 of 2) sorted by relevance
200 const std::string symlink_name = basename(symlink.get_symlink_path().c_str()); in TEST() local207 void* handle2 = android_dlopen_ext(symlink_name.c_str(), RTLD_NOW, &extinfo); in TEST()217 const std::string symlink_name = basename(symlink.get_symlink_path().c_str()); in TEST() local220 void* handle = dlopen(symlink_name.c_str(), RTLD_NOW); in TEST()
1153 const std::string symlink_name = android::base::Basename(symlink.get_symlink_path()); in TEST() local1155 void* handle2 = dlopen(symlink_name.c_str(), RTLD_NOW); in TEST()