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

  /external/libselinux/src/
getfilecon.c 10 int getfilecon(const char *path, security_context_t * context) function
selinux_internal.h 40 hidden_proto(getfilecon)
procattr.c 149 hidden_def(getfilecon)
android.c 271 rc = getfilecon(pkgdir, &ctx_str);
  /ndk/sources/host-tools/sed-4.2.1/lib/
se-selinux.in.h 24 static inline int getfilecon (char const *s _UNUSED_PARAMETER_, function
  /external/libselinux/
Android.mk 11 src/getfilecon.c \
  /external/libselinux/include/selinux/
selinux.h 88 extern int getfilecon(const char *path, security_context_t * con);
  /external/openssh/openbsd-compat/
port-linux.c 155 if (getfilecon(tty, &old_tty_ctx) == -1) {
156 error("%s: getfilecon: %s", __func__, strerror(errno));
  /system/core/init/
init.c 216 rc = getfilecon(svc->args[0], &fcon);
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 756 if (getfilecon (input->in_file_name, &con) != -1)
    [all...]

Completed in 1405 milliseconds