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

  /external/libselinux/src/
check_context.c 12 int security_check_context(const char * con) function
callbacks.c 37 return security_check_context(*ctx);
selinux_internal.h 14 hidden_proto(security_check_context)
android.c 710 rc = security_check_context(ctx_str);
767 rc = security_check_context(ctx_str);
1102 rc = security_check_context(secontext);
    [all...]
  /external/qemu/distrib/libselinux/src/
check_context.c 12 int security_check_context(const char * con) function
callbacks.c 37 return security_check_context(*ctx);
selinux_internal.h 14 hidden_proto(security_check_context)
android.c 703 rc = security_check_context(ctx_str);
760 rc = security_check_context(ctx_str);
1076 rc = security_check_context(secontext);
    [all...]
  /external/libsepol/man/man3/
sepol_check_context.3 21 .B security_check_context
  /ndk/sources/host-tools/sed-4.2.1/lib/
se-selinux.in.h 40 static inline int security_check_context function
  /cts/tests/tests/security/jni/
android_security_cts_SELinuxTest.cpp 62 int validContext = security_check_context(tmp);
  /external/libselinux/include/selinux/
selinux.h 215 extern int security_check_context(const char * con);
  /external/qemu/distrib/libselinux/include/selinux/
selinux.h 215 extern int security_check_context(const char * con);

Completed in 378 milliseconds