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

  /external/toybox/lib/
lsm.h 19 #define fsetfilecon(...) (-1) macro
94 else return fsetfilecon(file, context);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 736 def fsetfilecon(*args): function
737 return _selinux.fsetfilecon(*args)
738 fsetfilecon = _selinux.fsetfilecon variable
    [all...]

Completed in 127 milliseconds