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

  /external/libselinux/src/
enabled.c 26 * enabled. If getcon fails, selinux is still enabled.
29 if (getcon(&con) == 0) {
53 * selinux enabled. If getcon fails, selinux is still
55 if (getcon(&con) == 0) {
selinux_internal.h 34 hidden_proto(getcon)
procattr.c 146 hidden_def(getcon)
android.c 478 rc = getcon(&ctx_str);
  /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 57 if (getcon(&secctx) == 0) {
  /frameworks/base/core/jni/
android_os_SELinux.cpp 261 * Function: getCon
268 static jstring getCon(JNIEnv *env, jobject clazz) {
276 if (getcon(&context) == -1)
279 ALOGV("getCon: Successfully retrieved context '%s'", context);
507 { "getContext" , "()Ljava/lang/String;" , (void*)getCon },
  /external/openssh/openbsd-compat/
port-linux.c 189 if (getcon((security_context_t *)&oldctx) < 0) {
190 logit("%s: getcon failed with %s", __func__, strerror(errno));
  /external/libselinux/include/selinux/
selinux.h 28 extern int getcon(security_context_t * con);
  /external/dbus/bus/
selinux.c 361 if (getcon (&bus_context) < 0)
  /system/core/init/
init.c 212 rc = getcon(&mycon);

Completed in 138 milliseconds