HomeSort by relevance Sort by last modified time
    Searched refs:symlink_name (Results 1 - 2 of 2) sorted by null

  /bionic/tests/
dlext_test.cpp 199 const std::string symlink_name = basename(symlink.get_symlink_path().c_str()); local
206 void* handle2 = android_dlopen_ext(symlink_name.c_str(), RTLD_NOW, &extinfo);
216 const std::string symlink_name = basename(symlink.get_symlink_path().c_str()); local
219 void* handle = dlopen(symlink_name.c_str(), RTLD_NOW);
225 // Note that 'libdlext_test.so' is dt_soname for the symlink_name
    [all...]
dlfcn_test.cpp 1171 const std::string symlink_name = basename(symlink.get_symlink_path().c_str()); local
    [all...]

Completed in 83 milliseconds