Searched refs:qpol_context_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 | context.py | 31 if not isinstance(name, qpol.qpol_context_t):
|
H A D | qpol.i | 1765 typedef struct qpol_context {} qpol_context_t; 1768 SWIG_exception(SWIG_RuntimeError, "Cannot directly create qpol_context_t objects"); 1810 qpol_context_t *qpol_context_from_void(void *x) { 1811 return (qpol_context_t*)x; 2012 const qpol_context_t *context(qpol_policy_t *p) { 2014 const qpol_context_t *ctx = NULL; 2088 const qpol_context_t *context(qpol_policy_t *p) { 2089 const qpol_context_t *ctx; 2136 const qpol_context_t *context(qpol_policy_t *p) { 2137 const qpol_context_t *ct [all...] |
H A D | qpol_wrap.c | 4612 SWIG_exception(SWIG_RuntimeError, "Cannot directly create qpol_context_t objects"); 4653 qpol_context_t *qpol_context_from_void(void *x) { 4654 return (qpol_context_t*)x; 4792 SWIGINTERN qpol_context_t const *qpol_fs_use_context(struct qpol_fs_use *self,qpol_policy_t *p){ 4794 const qpol_context_t *ctx = NULL; 4854 SWIGINTERN qpol_context_t const *qpol_genfscon_context(struct qpol_genfscon *self,qpol_policy_t *p){ 4855 const qpol_context_t *ctx; 4884 SWIGINTERN qpol_context_t const *qpol_isid_context(struct qpol_isid *self,qpol_policy_t *p){ 4885 const qpol_context_t *ctx; 4917 SWIGINTERN qpol_context_t cons [all...] |
H A D | qpol.py | 494 class qpol_context_t(_object): class in inherits:_object 496 __setattr__ = lambda self, name, value: _swig_setattr(self, qpol_context_t, name, value) 498 __getattr__ = lambda self, name: _swig_getattr(self, qpol_context_t, name) 511 qpol_context_t_swigregister(qpol_context_t)
|
Completed in 71 milliseconds