HomeSort by relevance Sort by last modified time
    Searched defs:setfilecon_raw (Results 1 - 2 of 2) sorted by null

  /external/selinux/libselinux/src/
setfilecon.c 10 int setfilecon_raw(const char *path, const char * context) function
28 hidden_def(setfilecon_raw)
38 ret = setfilecon_raw(path, rcontext);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 724 def setfilecon_raw(*args): function
725 return _selinux.setfilecon_raw(*args)
726 setfilecon_raw = _selinux.setfilecon_raw variable
    [all...]

Completed in 123 milliseconds