Home
last modified time | relevance | path

Searched refs:fcontext_idx (Results 1 – 1 of 1) sorted by relevance

/external/selinux/libsemanage/tests/
Dtest_fcontext.c236 void add_local_fcontext(int fcontext_idx) in add_local_fcontext() argument
241 CU_ASSERT_FATAL(fcontext_idx != I_NULL); in add_local_fcontext()
243 fcontext = get_fcontext_nth(fcontext_idx); in add_local_fcontext()
251 void delete_local_fcontext(int fcontext_idx) in delete_local_fcontext() argument
255 CU_ASSERT_FATAL(fcontext_idx != I_NULL); in delete_local_fcontext()
257 key = get_fcontext_key_nth(fcontext_idx); in delete_local_fcontext()
451 void helper_fcontext_get_set_con(level_t level, int fcontext_idx, in helper_fcontext_get_set_con() argument
460 fcontext = get_fcontext_nth(fcontext_idx); in helper_fcontext_get_set_con()
527 void helper_fcontext_clone(level_t level, int fcontext_idx) in helper_fcontext_clone() argument
540 fcontext = get_fcontext_nth(fcontext_idx); in helper_fcontext_clone()
[all …]