Lines Matching refs:path
158 // current ns can load the so by absolute path.
163 t_error("%s can load %s by absolute path but failed : %s \n", dlns1.name, absolute_path_1, dlerror());
168 // current ns can't load the so by absolute path if it has inaccessible dependent so.
173 t_error("%s can't load %s by absolute path because but it has inaccessible dependent so but succeed : %s \n", dlns1.name, absolute_path_2, dlerror());
187 // inherit_A can't load the so because search path is NULL.
269 char buf[512],path[512];
273 t_error("failed to obtain relative path to libdlopen_ns_dso.so\n");
277 if (!t_pathrel(path, sizeof path, argv[0], "")) {
278 t_error("failed to obtain relative path to path\n");
281 path[strlen (path) -1 ] ='\0';
285 dlopen_same_so_twice_by_same_ns(path);
286 dlopen_same_so_by_different_ns(path);
287 dlopen_same_so_by_different_inherit_ns(path);
288 dlopen_seperated(path);
290 dlopen_inherit(path);
291 dlopen_inherit_check_can_pass(path);