HomeSort by relevance Sort by last modified time
    Searched refs:context_type_get (Results 1 - 9 of 9) sorted by null

  /external/selinux/libselinux/src/
context_internal.h 8 hidden_proto(context_type_get)
selinux_check_securetty_context.c 21 const char *type = context_type_get(con);
is_customizable_type.c 79 type = context_type_get(c);
get_context_list.c 142 contype = context_type_get(con);
182 fromtype = context_type_get(con);
selinux_restorecon.c 566 types_differ = strcmp(context_type_get(cona), context_type_get(conb));
  /external/selinux/libselinux/include/selinux/
context.h 35 extern const char *context_type_get(context_t);
  /external/selinux/mcstrans/src/
mcscolor.c 277 components[COLOR_TYPE] = (char *)context_type_get(con);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 444 def context_type_get(*args): function
445 return _selinux.context_type_get(*args)
446 context_type_get = _selinux.context_type_get variable
    [all...]
  /external/selinux/policycoreutils/secon/
secon.c 696 disp__con_val("type", context_type_get(con), &color);

Completed in 54 milliseconds