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

  /external/libselinux/src/
lgetfilecon.c 10 int lgetfilecon(const char *path, security_context_t * context) function
android.c 663 if (lgetfilecon(pathname, &oldcontext) < 0)
710 if (lgetfilecon(pathname, &current_context) < 0) {
  /ndk/sources/host-tools/sed-4.2.1/lib/
se-selinux.in.h 27 static inline int lgetfilecon (char const *s _UNUSED_PARAMETER_, function
  /external/libselinux/
Android.mk 13 src/lgetfilecon.c \
  /system/core/toolbox/
restorecon.c 27 if (lgetfilecon(pathname, &oldcontext) < 0) {
ls.c 261 lgetfilecon(path, &maclabel);
  /external/libselinux/include/selinux/
selinux.h 89 extern int lgetfilecon(const char *path, security_context_t * con);

Completed in 77 milliseconds