Searched defs:context_t (Results 1 - 2 of 2) sorted by relevance

/external/libselinux/include/selinux/
H A Dcontext.h16 typedef context_s_t *context_t; typedef
20 extern context_t context_new(const char *);
23 * Return a pointer to the string value of the context_t
25 * for the same context_t*
28 extern char *context_str(context_t);
31 extern void context_free(context_t);
35 extern const char *context_type_get(context_t);
36 extern const char *context_range_get(context_t);
37 extern const char *context_role_get(context_t);
38 extern const char *context_user_get(context_t);
[all...]
/external/selinux/libselinux/include/selinux/
H A Dcontext.h16 typedef context_s_t *context_t; typedef
20 extern context_t context_new(const char *);
23 * Return a pointer to the string value of the context_t
25 * for the same context_t*
28 extern char *context_str(context_t);
31 extern void context_free(context_t);
35 extern const char *context_type_get(context_t);
36 extern const char *context_range_get(context_t);
37 extern const char *context_role_get(context_t);
38 extern const char *context_user_get(context_t);
[all...]

Completed in 814 milliseconds