Home
last modified time | relevance | path

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

/external/selinux/libsemanage/src/
Dfcontext_record.c164 const char *semanage_fcontext_get_expr(const semanage_fcontext_t * fcontext) in hidden_def()
170 hidden_def(semanage_fcontext_get_expr) in hidden_def() argument
Dfcontext_internal.h18 hidden_proto(semanage_fcontext_get_expr)
Dfcontexts_local.c98 const char *expr = semanage_fcontext_get_expr(fcon); in validate_handler()
Dfcontexts_file.c52 const char *expr = semanage_fcontext_get_expr(fcontext); in fcontext_print()
Dpywrap-test.py263 expr = semanage.semanage_fcontext_get_expr(fcon)
697 print("SEFContext expr set: %s" % semanage.semanage_fcontext_get_expr(fcon))
Dgenhomedircon.c242 const char *oexpr = semanage_fcontext_get_expr(fcontext); in fcontext_matches()
/external/selinux/libsemanage/tests/
Dtest_fcontext.c397 expr = semanage_fcontext_get_expr(fcontext); in test_fcontext_get_set_expr()
508 CU_ASSERT_PTR_NULL(semanage_fcontext_get_expr(fcontext)); in helper_fcontext_create()
545 expr = semanage_fcontext_get_expr(fcontext); in helper_fcontext_clone()
546 expr_clone = semanage_fcontext_get_expr(fcontext_clone); in helper_fcontext_clone()
588 const char *expr = semanage_fcontext_get_expr(resp); in helper_fcontext_query()
/external/selinux/libsemanage/include/semanage/
Dfcontext_record.h36 extern const char *semanage_fcontext_get_expr(const semanage_fcontext_t *
/external/selinux/python/semanage/
Dseobject.py2557 target = semanage_fcontext_get_expr(fcontext)
2634 expr = semanage_fcontext_get_expr(fcontext)