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

  /external/libselinux/src/
context_internal.h 4 hidden_proto(context_new)
context.c 22 context_t context_new(const char *str) function
85 hidden_def(context_new)
android.c 695 ctx = context_new(ctx_str);
752 ctx = context_new(ctx_str);
1086 ctx = context_new(secontext);
    [all...]
  /external/qemu/distrib/libselinux/src/
context_internal.h 4 hidden_proto(context_new)
context.c 22 context_t context_new(const char *str) function
85 hidden_def(context_new)
android.c 688 ctx = context_new(ctx_str);
745 ctx = context_new(ctx_str);
1060 ctx = context_new(secontext);
    [all...]
  /external/libselinux/include/selinux/
context.h 20 extern context_t context_new(const char *);
  /external/qemu/distrib/libselinux/include/selinux/
context.h 20 extern context_t context_new(const char *);
  /ndk/sources/host-tools/sed-4.2.1/lib/
se-context.in.h 7 static inline context_t context_new (char const *s _UNUSED_PARAMETER_) function
  /external/dnsmasq/src/
rfc2131.c 291 struct dhcp_context *context_tmp, *context_new = NULL; local
314 context_new = context;
319 if (!context_new)
325 context_tmp->current = context_new;
326 context_new = context_tmp;
329 if (context_new || force)
330 context = context_new;
    [all...]

Completed in 109 milliseconds