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

  /external/libselinux/src/
lsetfilecon.c 10 int lsetfilecon(const char *path, const security_context_t context) function
android.c 670 if (lsetfilecon(pathname, newcontext) < 0)
  /ndk/sources/host-tools/sed-4.2.1/lib/
se-selinux.in.h 33 static inline int lsetfilecon (char const *s _UNUSED_PARAMETER_, function
  /external/libselinux/
Android.mk 15 src/lsetfilecon.c \
  /system/core/toolbox/
restorecon.c 42 if (lsetfilecon(pathname, newcontext) < 0) {
  /external/libselinux/include/selinux/
selinux.h 94 extern int lsetfilecon(const char *path, security_context_t con);
  /system/core/init/
util.c 495 if (lsetfilecon(pathname, secontext) < 0) {

Completed in 358 milliseconds