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

  /external/toybox/lib/
lsm.h 11 #define getcon(...) (-1) macro
58 else ok = getcon(&result) == 0;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 600 def getcon(): function
601 return _selinux.getcon()
602 getcon = _selinux.getcon variable
    [all...]

Completed in 699 milliseconds