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

  /external/toybox/lib/
lsm.h 18 #define lsetfilecon(...) (-1) macro
86 else return lsetfilecon(filename, context);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 97 lsetfilecon(path, context)
106 lsetfilecon(path, context)
110 lsetfilecon(os.path.join(root,name), context)
728 def lsetfilecon(*args): function
729 return _selinux.lsetfilecon(*args)
730 lsetfilecon = _selinux.lsetfilecon variable
    [all...]

Completed in 575 milliseconds