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

  /external/libselinux/src/
enabled.c 25 * enabled. If getcon fails, selinux is still enabled.
28 if (getcon(&con) == 0) {
52 * selinux enabled. If getcon fails, selinux is still
54 if (getcon(&con) == 0) {
selinux_internal.h 34 hidden_proto(getcon)
procattr.c 146 hidden_def(getcon)
android.c 748 rc = getcon(&ctx_str);
    [all...]
  /external/qemu/distrib/libselinux/src/
enabled.c 25 * enabled. If getcon fails, selinux is still enabled.
28 if (getcon(&con) == 0) {
52 * selinux enabled. If getcon fails, selinux is still
54 if (getcon(&con) == 0) {
selinux_internal.h 34 hidden_proto(getcon)
procattr.c 146 hidden_def(getcon)
android.c 741 rc = getcon(&ctx_str);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
se-selinux.in.h 11 static inline int getcon (security_context_t *con _UNUSED_PARAMETER_) function
  /system/core/toolbox/
id.c 51 if (getcon(&secctx) == 0) {
  /external/libselinux/include/selinux/
selinux.h 29 extern int getcon(char ** con);
  /external/qemu/distrib/libselinux/include/selinux/
selinux.h 29 extern int getcon(char ** con);
  /frameworks/base/core/jni/
android_os_SELinux.cpp 215 * Function: getCon
222 static jstring getCon(JNIEnv *env, jobject) {
228 int ret = getcon(&tmp);
236 ALOGV("getCon() => %s", context.get());
431 { "getContext" , "()Ljava/lang/String;" , (void*)getCon },
  /frameworks/native/cmds/servicemanager/
service_manager.c 373 if (getcon(&service_manager_context) != 0) {
  /system/core/init/
init.c 223 rc = getcon(&mycon);
    [all...]
  /system/security/keystore/
keystore.cpp     [all...]

Completed in 366 milliseconds