Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functional/
H A Ddlopen_ns.c61 void dlopen_same_so_twice_by_same_ns(char * dllPath_ns) in dlopen_same_so_twice_by_same_ns() argument
65 dlns_create(&dlns1, dllPath_ns); in dlopen_same_so_twice_by_same_ns()
86 void dlopen_same_so_by_different_ns(char * dllPath_ns) in dlopen_same_so_by_different_ns() argument
90 dlns_create(&dlns1, dllPath_ns); in dlopen_same_so_by_different_ns()
94 dlns_create(&dlns2, dllPath_ns); in dlopen_same_so_by_different_ns()
115 void dlopen_same_so_by_different_inherit_ns(char * dllPath_ns) in dlopen_same_so_by_different_inherit_ns() argument
119 dlns_create(&dlns1, dllPath_ns); in dlopen_same_so_by_different_inherit_ns()
144 void dlopen_seperated(char * dllPath_ns) in dlopen_seperated() argument
160 snprintf(absolute_path_1, sizeof(absolute_path_1), "%s/%s", dllPath_ns, dllName); in dlopen_seperated()
170 snprintf(absolute_path_2, sizeof(absolute_path_2), "%s/%s", dllPath_ns, SO_HAS_DEPENDENCE in dlopen_seperated()
176 dlopen_inherit(char* dllPath_ns) dlopen_inherit() argument
212 dlopen_inherit_check_can_pass(char* dllPath_ns) dlopen_inherit_check_can_pass() argument
[all...]

Completed in 1 milliseconds