Searched refs:qpol_constraint_t (Results 1 - 4 of 4) sorted by relevance
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
H A D | constraint.py | 54 if isinstance(sym, qpol.qpol_constraint_t): 59 if isinstance(sym, qpol.qpol_constraint_t):
|
H A D | qpol.py | 720 class qpol_constraint_t(_object): class in inherits:_object 722 __setattr__ = lambda self, name, value: _swig_setattr(self, qpol_constraint_t, name, value) 724 __getattr__ = lambda self, name: _swig_getattr(self, qpol_constraint_t, name) 738 qpol_constraint_t_swigregister(qpol_constraint_t)
|
H A D | qpol.i | 2345 typedef struct qpol_constraint {} qpol_constraint_t; 2348 SWIG_exception(SWIG_RuntimeError, "Cannot directly create qpol_constraint_t objects"); 2387 qpol_constraint_t *qpol_constraint_from_void(void *x) { 2388 return (qpol_constraint_t*)x;
|
H A D | qpol_wrap.c | 5176 SWIG_exception(SWIG_RuntimeError, "Cannot directly create qpol_constraint_t objects"); 5208 qpol_constraint_t *qpol_constraint_from_void(void *x) { 5209 return (qpol_constraint_t*)x; 11951 qpol_constraint_t *result = 0 ; 11958 result = (qpol_constraint_t *)qpol_constraint_from_void(arg1); 16000 static swig_type_info _swigt__p_qpol_constraint = {"_p_qpol_constraint", "qpol_constraint_t *|struct qpol_constraint *|qpol_constraint *", 0, 0, (void*)0, 0};
|
Completed in 189 milliseconds