Home
last modified time | relevance | path

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

/external/toybox/lib/
Dlsm.h16 #define lsetfilecon(...) (-1) macro
84 else return lsetfilecon(filename, context); in lsm_lset_context()
/external/selinux/libselinux/src/
Dselinuxswig_python.i48 lsetfilecon(path, context)
52 lsetfilecon(os.path.join(root, name), context)
Dlsetfilecon.c30 int lsetfilecon(const char *path, const char *context) in hidden_def()
Dselinux_restorecon.c703 if (lsetfilecon(pathname, newcon) < 0) in restorecon_sb()
/external/selinux/libselinux/
Dexported_vendor.map12 lsetfilecon;
Dexported.map13 lsetfilecon;
DAndroid.bp68 "src/lsetfilecon.c",
136 "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_platform.c1487 if (lsetfilecon(pathname, secontext) < 0) in restorecon_sb()