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

  /external/selinux/libselinux/src/
lsetfilecon.c 10 int lsetfilecon_raw(const char *path, const char * context) function
28 hidden_def(lsetfilecon_raw)
38 ret = lsetfilecon_raw(path, rcontext);
selinux_internal.h 49 hidden_proto(lsetfilecon_raw)
matchpathcon.c 555 rc = lsetfilecon_raw(path, scontext);
  /external/selinux/libselinux/include/selinux/
selinux.h 112 extern int lsetfilecon_raw(const char *path, const char * con);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 732 def lsetfilecon_raw(*args): function
733 return _selinux.lsetfilecon_raw(*args)
734 lsetfilecon_raw = _selinux.lsetfilecon_raw variable
    [all...]

Completed in 46 milliseconds