HomeSort by relevance Sort by last modified time
    Searched refs: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 775 ctx_str = context_str(ctx);
832 ctx_str = context_str(ctx);
1130 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)
query_user_context.c 164 user_context = context_str(new_context);
get_context_list.c 86 newfromcon = context_str(con);
359 newfromcon = context_str(con);
  /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/libsepol/cil/src/
cil_reset_ast.c 254 if (sidcontext->context_str == NULL) {
261 if (filecon->context_str == NULL && filecon->context != NULL) {
268 if (portcon->context_str == NULL) {
275 if (nodecon->context_str == NULL) {
282 if (genfscon->context_str == NULL) {
300 if (pirqcon->context_str == NULL) {
307 if (iomemcon->context_str == NULL) {
314 if (ioportcon->context_str == NULL) {
321 if (pcidevicecon->context_str == NULL) {
328 if (devicetreecon->context_str == NULL)
    [all...]
cil_internal.h 402 char *context_str; member in struct:cil_sidcontext
666 char *context_str; member in struct:cil_filecon
679 char *context_str; member in struct:cil_portcon
688 char *context_str; member in struct:cil_nodecon
704 char *context_str; member in struct:cil_genfscon
714 char *context_str; member in struct:cil_netifcon
719 char *context_str; member in struct:cil_pirqcon
726 char *context_str; member in struct:cil_iomemcon
733 char *context_str; member in struct:cil_ioportcon
739 char *context_str; member in struct:cil_pcidevicecon
745 char *context_str; member in struct:cil_devicetreecon
760 char *context_str; member in struct:cil_fsuse
    [all...]
cil_copy_ast.c 346 if (orig->context_str != NULL) {
347 new->context_str = orig->context_str;
1038 if (orig->context_str != NULL) {
1039 new->context_str = orig->context_str;
1060 if (orig->context_str != NULL) {
1061 new->context_str = orig->context_str;
1093 if (orig->context_str != NULL)
    [all...]
cil_tree.c     [all...]
cil_resolve_ast.c     [all...]
cil.c     [all...]
cil_build_ast.c 1066 sidcon->context_str = parse_current->next->next->data;
1094 if (sidcon->context_str == NULL && sidcon->context != NULL) {
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
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...]
  /external/selinux/policycoreutils/setfiles/
restore.c 219 newcon = strdup(context_str(conb));
  /external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c     [all...]
  /external/selinux/policycoreutils/newrole/
newrole.c 936 if (!(new_con = context_str(context))) {
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 1456 def context_str(*args): function
1458 context_str = _selinux.context_str variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/selinux/
__init__.py 1456 def context_str(*args): function
1458 context_str = _selinux.context_str variable
    [all...]

Completed in 527 milliseconds