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

  /external/toybox/lib/
lsm.h 15 #define lgetfilecon(...) (-1) macro
110 else return lgetfilecon(filename, context);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 91 status, oldcontext = lgetfilecon(path)
704 def lgetfilecon(*args): function
705 return _selinux.lgetfilecon(*args)
706 lgetfilecon = _selinux.lgetfilecon variable
    [all...]

Completed in 174 milliseconds