Searched refs:get_allow_rule (Results 1 – 3 of 3) sorted by relevance
/system/sepolicy/tests/include/ |
D | sepol_wrap.h | 6 int get_allow_rule(char *out, size_t len, void *policydbp, void *avtab_iterp);
|
/system/sepolicy/tests/ |
D | policy.py | 285 ret = self.__libsepolwrap.get_allow_rule(buf, self.__BUFSIZE, 325 lib.get_allow_rule.restype = c_int 326 lib.get_allow_rule.argtypes = [c_char_p, c_size_t, c_void_p, c_void_p];
|
D | sepol_wrap.cpp | 300 int get_allow_rule(char *out, size_t len, void *policydbp, void *avtab_iterp) in get_allow_rule() function
|