Home
last modified time | relevance | path

Searched refs:fs_str (Results 1 – 9 of 9) sorted by relevance

/external/selinux/libsepol/cil/test/unit/
Dtest_cil_post.c294 agenfscon->fs_str = "aaaa"; in test_cil_post_genfscon_compare_atypestr_greater_btypestr()
298 bgenfscon->fs_str = "bbbb"; in test_cil_post_genfscon_compare_atypestr_greater_btypestr()
307 agenfscon->fs_str = "bbbb"; in test_cil_post_genfscon_compare_btypestr_greater_atypestr()
311 bgenfscon->fs_str = "aaaa"; in test_cil_post_genfscon_compare_btypestr_greater_atypestr()
320 agenfscon->fs_str = "aaaa"; in test_cil_post_genfscon_compare_apathstr_greater_bpathstr()
325 bgenfscon->fs_str = "aaaa"; in test_cil_post_genfscon_compare_apathstr_greater_bpathstr()
335 agenfscon->fs_str = "bbbb"; in test_cil_post_genfscon_compare_bpathstr_greater_apathstr()
340 bgenfscon->fs_str = "bbbb"; in test_cil_post_genfscon_compare_bpathstr_greater_apathstr()
350 agenfscon->fs_str = "bbbb"; in test_cil_post_genfscon_compare_equal()
355 bgenfscon->fs_str = "bbbb"; in test_cil_post_genfscon_compare_equal()
[all …]
/external/selinux/libsepol/cil/src/
Dcil_internal.h702 char *fs_str; member
759 char *fs_str; member
Dcil_post.c179 rc = strcmp(agenfscon->fs_str, bgenfscon->fs_str); in cil_post_genfscon_compare()
322 rc = strcmp(afsuse->fs_str, bfsuse->fs_str); in cil_post_fsuse_compare()
Dcil_copy_ast.c1035 new->fs_str = orig->fs_str; in cil_copy_genfscon()
1243 new->fs_str = orig->fs_str; in cil_copy_fsuse()
Dcil_tree.c1350 cil_log(CIL_INFO, " %s %s", genfscon->fs_str, genfscon->path_str); in cil_tree_print_node()
1459 cil_log(CIL_INFO, "%s ", fsuse->fs_str); in cil_tree_print_node()
Dcil_policy.c142 fprintf(file_arr[NETIFCONS], "genfscon %s ", genfscon->fs_str); in cil_genfscon_to_policy()
291 fprintf(file_arr[NETIFCONS], "%s ", fsuse->fs_str); in cil_fsuse_to_policy()
Dcil.c2181 (*genfscon)->fs_str = NULL; in cil_genfscon_init()
2237 (*fsuse)->fs_str = NULL; in cil_fsuse_init()
Dcil_binary.c2839 new_ocon->u.name = cil_strdup(cil_fsuse->fs_str); in cil_fsuse_to_policydb()
2866 if (genfs_tail && strcmp(genfs_tail->fstype, cil_genfscon->fs_str) == 0) { in cil_genfscon_to_policydb()
2871 new_genfs->fstype = cil_strdup(cil_genfscon->fs_str); in cil_genfscon_to_policydb()
Dcil_build_ast.c4115 genfscon->fs_str = parse_current->next->data; in cil_gen_genfscon()
4631 fsuse->fs_str = parse_current->next->next->data; in cil_gen_fsuse()