Home
last modified time | relevance | path

Searched refs:get_allow_rule (Results 1 – 3 of 3) sorted by relevance

/system/sepolicy/tests/include/
Dsepol_wrap.h6 int get_allow_rule(char *out, size_t len, void *policydbp, void *avtab_iterp);
/system/sepolicy/tests/
Dpolicy.py285 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];
Dsepol_wrap.cpp295 int get_allow_rule(char *out, size_t len, void *policydbp, void *avtab_iterp) in get_allow_rule() function