Searched refs:do_deps_modreq_opt (Results 1 – 1 of 1) sorted by relevance
/external/libsepol/tests/ |
D | test-deps.c | 220 static void do_deps_modreq_opt(int req_met, int ret_val, int b, char *policy, char *decl_type) in do_deps_modreq_opt() function 272 do_deps_modreq_opt(1, 0, BASE_MODREQ_OBJ_OPT, "modreq-obj-opt.conf", "mod_opt_t"); in deps_modreq_opt() 273 do_deps_modreq_opt(0, 0, BASE_MODREQ_OBJ_OPT, "modreq-obj-opt.conf", "mod_opt_t"); in deps_modreq_opt() 275 do_deps_modreq_opt(1, 0, BASE_MODREQ_TYPE_OPT, "modreq-type-opt.conf", "mod_opt_t"); in deps_modreq_opt() 276 do_deps_modreq_opt(0, 0, BASE_MODREQ_TYPE_OPT, "modreq-type-opt.conf", "mod_opt_t"); in deps_modreq_opt() 278 do_deps_modreq_opt(1, 0, BASE_MODREQ_ATTR_OPT, "modreq-attr-opt.conf", "mod_opt_t"); in deps_modreq_opt() 279 do_deps_modreq_opt(0, 0, BASE_MODREQ_ATTR_OPT, "modreq-attr-opt.conf", "mod_opt_t"); in deps_modreq_opt() 281 do_deps_modreq_opt(1, 0, BASE_MODREQ_BOOL_OPT, "modreq-bool-opt.conf", "mod_opt_t"); in deps_modreq_opt() 282 do_deps_modreq_opt(0, 0, BASE_MODREQ_BOOL_OPT, "modreq-bool-opt.conf", "mod_opt_t"); in deps_modreq_opt() 284 do_deps_modreq_opt(1, 0, BASE_MODREQ_ROLE_OPT, "modreq-role-opt.conf", "mod_opt_t"); in deps_modreq_opt() [all …]
|