HomeSort by relevance Sort by last modified time
    Searched refs:avc_sid_to_context (Results 1 - 3 of 3) sorted by null

  /external/selinux/libselinux/include/selinux/
avc.h 30 * avc_sid_to_context - get copy of context corresponding to SID.
40 int avc_sid_to_context(security_id_t sid, char ** ctx);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 144 def avc_sid_to_context(*args): function
145 return _selinux.avc_sid_to_context(*args)
146 avc_sid_to_context = _selinux.avc_sid_to_context variable
    [all...]
  /external/selinux/libselinux/src/
avc.c 108 int avc_sid_to_context(security_id_t sid, char ** ctx) function

Completed in 539 milliseconds