Home
last modified time | relevance | path

Searched refs:lsetfilecon (Results 1 – 9 of 9) sorted by relevance

/external/toybox/lib/
Dlsm.h18 #define lsetfilecon(...) (-1) macro
86 else return lsetfilecon(filename, context); in lsm_lset_context()
/external/selinux/libselinux/src/
Dselinuxswig_python.i42 lsetfilecon(path, context)
46 lsetfilecon(os.path.join(root,name), context)
Dlsetfilecon.c30 int lsetfilecon(const char *path, const char *context) in hidden_def()
Dselinux_restorecon.c693 if (lsetfilecon(pathname, newcon) < 0) in restorecon_sb()
/external/selinux/libselinux/
Dexported.map12 lsetfilecon;
DAndroid.bp101 "src/lsetfilecon.c",
/external/toybox/toys/other/
Dchcon.c32 if (-1 == ((toys.optflags & FLAG_h) ? lsetfilecon : setfilecon)(path, con)) in do_chcon()
/external/selinux/libselinux/include/selinux/
Dselinux.h111 extern int lsetfilecon(const char *path, const char * con);
/external/selinux/libselinux/src/android/
Dandroid.c1370 if (lsetfilecon(pathname, secontext) < 0) in restorecon_sb()