HomeSort by relevance Sort by last modified time
    Searched defs:lsetfilecon_raw (Results 1 - 2 of 2) 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);
  /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 381 milliseconds