Searched refs:ns_set_permitted_paths (Results 1 - 7 of 7) sorted by relevance
/third_party/musl/porting/linux/user/ldso/ |
H A D | namespace.h | 80 void ns_set_permitted_paths(ns_t *ns, const char *permitted_paths);
|
H A D | namespace.c | 304 void ns_set_permitted_paths(ns_t *ns, const char *permitted_paths) in ns_set_permitted_paths() function 311 LD_LOGD("ns_set_permitted_paths ns[%{public}s] permitted_paths:%{public}s.", ns->ns_name, permitted_paths); in ns_set_permitted_paths()
|
H A D | dynlink.c | 271 if (permitted_paths) ns_set_permitted_paths(ns, permitted_paths); in set_ns_attrs() 4436 ns_set_permitted_paths(ns, permitted_paths); in dlns_set_namespace_permitted_paths()
|
/third_party/musl/ldso/linux/ |
H A D | namespace.h | 80 void ns_set_permitted_paths(ns_t *ns, const char *permitted_paths);
|
H A D | namespace.c | 304 void ns_set_permitted_paths(ns_t *ns, const char *permitted_paths) in ns_set_permitted_paths() function 311 LD_LOGD("ns_set_permitted_paths ns[%{public}s] permitted_paths:%{public}s.", ns->ns_name, permitted_paths); in ns_set_permitted_paths()
|
H A D | dynlink.c | 305 if (permitted_paths) ns_set_permitted_paths(ns, permitted_paths); in set_ns_attrs() 4786 ns_set_permitted_paths(ns, permitted_paths); in dlns_set_namespace_permitted_paths()
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
H A D | unit_test_ldso_namespace.c | 340 * @tc.desc : ns_set_permitted_paths test arg permitted_paths is NULL and ns.permitted_paths is not NULL 348 ns_set_permitted_paths(&ns, NULL); in namespace_test_0230() 354 * @tc.desc : ns_set_permitted_paths test args are NULL 359 ns_set_permitted_paths(NULL, NULL); in namespace_test_0240() 365 * @tc.desc : ns_set_permitted_paths test arg permitted_paths is NULL and ns.permitted_paths is NULL 372 ns_set_permitted_paths(&ns, NULL); in namespace_test_0250()
|
Completed in 19 milliseconds