Home
last modified time | relevance | path

Searched refs:g_libPath (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/libc-test/src/functional/
H A Ddl_multithread_lock.c30 const char* g_libPath = "/data/local/tmp/libc-test-lib/libdlopen_dso.so"; variable
58 if (strcmp(info->dlpi_name, g_libPath) != 0 || strcmp(info->dlpi_name, g_initlibPath) != 0) { in CallBack001()
75 if (strcmp(info->dlpi_name, g_libPath) != 0 || strcmp(info->dlpi_name, g_initlibPath) != 0) { in CallBack002()
121 void* handle = dlopen(g_libPath, RTLD_NOW); in dlopen_dlclose_test001()
123 t_error("dlopen(name=%s, mode=%d) failed: %s\n", g_libPath, RTLD_NOW, dlerror()); in dlopen_dlclose_test001()
247 if (check_loaded((char*)g_libPath)) { in dl_multithread_lock_0100()
248 t_error("This so file should not exist, %s\n", (char*)g_libPath); in dl_multithread_lock_0100()
305 void* handle1 = dlopen(g_libPath, RTLD_NOW); in dl_multithread_lock_0400()
307 t_error("dlopen(name=%s, mode=%d) failed: %s\n", g_libPath, RTLD_NOW, dlerror()); in dl_multithread_lock_0400()
320 if (check_loaded((char*)g_initlibPath) || check_loaded((char*)g_libPath)) { in dl_multithread_lock_0400()
[all...]
H A Ddl_multithread_test_dso.c19 const char* g_libPath = "libdlclose_recursive.so"; variable
24 handle = dlopen(g_libPath, RTLD_GLOBAL); in ctor_dlopen()
26 t_error("dlopen %s failed: %s\n", g_libPath, dlerror()); in ctor_dlopen()
H A Ddl_multithread_test.c20 const char* g_libPath = "libdl_multithread_test_dso.so"; variable
26 void* handle = dlopen(g_libPath, RTLD_GLOBAL); in dl_test()
28 t_error("dlopen(name=%s, mode=%d) failed: %s\n", g_libPath, RTLD_GLOBAL, dlerror()); in dl_test()

Completed in 2 milliseconds