HomeSort by relevance Sort by last modified time
    Searched full:context_str (Results 1 - 25 of 25) sorted by null

  /external/libselinux/src/
context_internal.h 6 hidden_proto(context_str)
context.c 121 char *context_str(context_t context)
149 hidden_def(context_str)
android.c 862 ctx_str = context_str(ctx);
932 ctx_str = context_str(ctx);
1191 secontext = context_str(ctx);
    [all...]
  /external/selinux/libselinux/src/
context_internal.h 6 hidden_proto(context_str)
setexecfilecon.c 37 newcon = strdup(context_str(con));
context.c 121 char *context_str(context_t context)
147 hidden_def(context_str)
get_context_list.c 86 newfromcon = context_str(con);
359 newfromcon = context_str(con);
query_user_context.c 164 user_context = context_str(new_context);
  /external/libselinux/include/selinux/
context.h 24 * Valid until the next call to context_str or context_free
28 extern char *context_str(context_t);
  /external/selinux/libselinux/include/selinux/
context.h 24 * Valid until the next call to context_str or context_free
28 extern char *context_str(context_t);
  /external/selinux/libselinux/man/man3/
context_new.3 3 context_new, context_str, context_free, context_type_get, context_type_set, context_range_get, context_range_set,context_role_get, context_role_set, context_user_get, context_user_set \- Routines to manipulate SELinux security contexts
8 .BI "context_t context_new(const char *" context_str );
10 .BI "const char * context_str(context_t " con );
38 .BR context_str ()
42 .BR context_str ()
  /external/selinux/libsepol/cil/src/
cil_reset_ast.c 279 if (sidcontext->context_str == NULL) {
286 if (filecon->context_str == NULL && filecon->context != NULL) {
293 if (portcon->context_str == NULL) {
300 if (nodecon->context_str == NULL) {
307 if (genfscon->context_str == NULL) {
325 if (pirqcon->context_str == NULL) {
332 if (iomemcon->context_str == NULL) {
339 if (ioportcon->context_str == NULL) {
346 if (pcidevicecon->context_str == NULL) {
353 if (devicetreecon->context_str == NULL)
    [all...]
cil_internal.h 416 char *context_str; member in struct:cil_sidcontext
710 char *context_str; member in struct:cil_filecon
723 char *context_str; member in struct:cil_portcon
732 char *context_str; member in struct:cil_nodecon
748 char *context_str; member in struct:cil_genfscon
758 char *context_str; member in struct:cil_netifcon
763 char *context_str; member in struct:cil_pirqcon
770 char *context_str; member in struct:cil_iomemcon
777 char *context_str; member in struct:cil_ioportcon
783 char *context_str; member in struct:cil_pcidevicecon
789 char *context_str; member in struct:cil_devicetreecon
804 char *context_str; member in struct:cil_fsuse
    [all...]
cil_copy_ast.c 350 if (orig->context_str != NULL) {
351 new->context_str = orig->context_str;
1117 if (orig->context_str != NULL) {
1118 new->context_str = orig->context_str;
1139 if (orig->context_str != NULL) {
1140 new->context_str = orig->context_str;
1172 if (orig->context_str != NULL)
    [all...]
cil_tree.c     [all...]
cil_resolve_ast.c     [all...]
cil.c     [all...]
cil_build_ast.c 1089 sidcon->context_str = parse_current->next->next->data;
1117 if (sidcon->context_str == NULL && sidcon->context != NULL) {
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
module.py 59 context_str = '\n'.join(' %s' % x for x in context)
61 self, 'While loading:\n%s\nGot: %s' % (context_str, (fmt % args)))
  /external/selinux/policycoreutils/mcstrans/src/
mcscolor.c 102 ctx = strdup(context_str(my_tmp));
108 raw = context_str(my_tmp);
mcstrans.c 922 rcon = strdup(context_str(con));
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 436 def context_str(*args): function
437 return _selinux.context_str(*args)
438 context_str = _selinux.context_str variable
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c     [all...]
  /external/selinux/policycoreutils/setfiles/
restore.c 219 newcon = strdup(context_str(conb));
  /external/selinux/policycoreutils/newrole/
newrole.c 963 if (!(new_con = context_str(context))) {
    [all...]

Completed in 632 milliseconds