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

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 18 fp, pathname, description = imp.find_module('_selinux', [dirname(__file__)])
20 import _selinux namespace
21 return _selinux
24 _mod = imp.load_module('_selinux', fp, pathname, description)
28 _selinux = swig_import_helper() variable
31 import _selinux namespace
128 __swig_setmethods__["ctx"] = _selinux.security_id_ctx_set
129 __swig_getmethods__["ctx"] = _selinux.security_id_ctx_get
130 if _newclass:ctx = _swig_property(_selinux.security_id_ctx_get, _selinux.security_id_ctx_set
    [all...]
  /external/selinux/libselinux/src/
Makefile 36 SWIGSO=$(PYPREFIX)_selinux.so
38 SWIGRUBYSO=$(RUBYPREFIX)_selinux.so
158 install -m 755 $(SWIGSO) $(PYLIBDIR)/site-packages/selinux/_selinux.so

Completed in 103 milliseconds