Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/ldso/
H A Dnamespace.h80 void ns_set_permitted_paths(ns_t *ns, const char *permitted_paths);
H A Dnamespace.c304 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 Ddynlink.c271 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 Dnamespace.h80 void ns_set_permitted_paths(ns_t *ns, const char *permitted_paths);
H A Dnamespace.c304 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 Ddynlink.c305 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 Dunit_test_ldso_namespace.c340 * @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