/external/libselinux/src/ |
lsetfilecon.c | 10 int lsetfilecon(const char *path, const char *context) function
|
android.c | 1256 if (lsetfilecon(pathname, secontext) < 0) [all...] |
/external/toybox/toys/other/ |
chcon.c | 32 if (-1 == ((toys.optflags & FLAG_h) ? lsetfilecon : setfilecon)(path, con))
|
/external/toybox/lib/ |
lsm.h | 16 #define lsetfilecon(...) (-1) macro 83 else return lsetfilecon(filename, context);
|
/external/selinux/libselinux/src/ |
lsetfilecon.c | 30 int lsetfilecon(const char *path, const char *context)
|
selinuxswig_python.i | 36 lsetfilecon(path, context) 45 lsetfilecon(path, context) 49 lsetfilecon(os.path.join(root,name), context)
|
/external/libselinux/include/selinux/ |
selinux.h | 95 extern int lsetfilecon(const char *path, const char *con);
|
/external/libselinux/ |
Android.mk | 15 src/lsetfilecon.c \
|
/external/selinux/libselinux/include/selinux/ |
selinux.h | 111 extern int lsetfilecon(const char *path, const char * con);
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/ |
__init__.py | 97 lsetfilecon(path, context) 106 lsetfilecon(path, context) 110 lsetfilecon(os.path.join(root,name), context) 728 def lsetfilecon(*args): function 729 return _selinux.lsetfilecon(*args) 730 lsetfilecon = _selinux.lsetfilecon variable [all...] |
/external/selinux/policycoreutils/setfiles/ |
restore.c | 256 ret = lsetfilecon(ftsent->fts_accpath, newcon);
|
/system/core/init/ |
devices.cpp | 262 if (lsetfilecon(path, secontext)) {
|
/bootable/recovery/updater/ |
install.cpp | 814 if (lsetfilecon(filename, parsed.selabel) != 0) { 815 uiPrintf(state, "ApplyParsedPerms: lsetfilecon of %s to %s failed: %s\n", [all...] |