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

  /external/libselinux/src/
getfilecon.c 10 int getfilecon(const char *path, char ** context) function
  /external/toybox/lib/
lsm.h 12 #define getfilecon(...) (-1) macro
100 else return getfilecon(filename, context);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 696 def getfilecon(*args): function
697 return _selinux.getfilecon(*args)
698 getfilecon = _selinux.getfilecon variable
    [all...]
  /external/iproute2/misc/
ss.c 76 static int getfilecon(char *path, char **context) function
523 if (getfilecon(tmp, &sock_context) <= 0)
    [all...]

Completed in 74 milliseconds