Home
last modified time | relevance | path

Searched refs:fs_str (Results 1 – 12 of 12) 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.h781 char *fs_str; member
844 char *fs_str; member
Dcil_policy.c1679 fprintf(out, "fs_use_xattr %s ", fsuse->fs_str); in cil_fsuses_to_policy()
1688 fprintf(out, "fs_use_task %s ", fsuse->fs_str); in cil_fsuses_to_policy()
1697 fprintf(out, "fs_use_trans %s ", fsuse->fs_str); in cil_fsuses_to_policy()
1711 fprintf(out, "genfscon %s %s ", genfscon->fs_str, genfscon->path_str); in cil_genfscons_to_policy()
Dcil_copy_ast.c1137 new->fs_str = orig->fs_str; in cil_copy_genfscon()
1390 new->fs_str = orig->fs_str; in cil_copy_fsuse()
Dcil_post.c288 rc = strcmp(agenfscon->fs_str, bgenfscon->fs_str); in cil_post_genfscon_compare()
450 rc = strcmp(afsuse->fs_str, bfsuse->fs_str); in cil_post_fsuse_compare()
Dcil_write_ast.c947 fprintf(cil_out, "(%s %s %s %s)\n", CIL_KEY_GENFSCON, genfscon->fs_str, in cil_write_genfscon()
1043 fsname = fsuse->fs_str; in cil_write_fsuse()
Dcil_tree.c1479 cil_log(CIL_INFO, " %s %s", genfscon->fs_str, genfscon->path_str); in cil_tree_print_node()
1601 cil_log(CIL_INFO, "%s ", fsuse->fs_str); in cil_tree_print_node()
Dcil.c2327 (*genfscon)->fs_str = NULL; in cil_genfscon_init()
2383 (*fsuse)->fs_str = NULL; in cil_fsuse_init()
Dcil_binary.c3397 new_ocon->u.name = cil_strdup(cil_fsuse->fs_str); in cil_fsuse_to_policydb()
3424 if (genfs_tail && strcmp(genfs_tail->fstype, cil_genfscon->fs_str) == 0) { in cil_genfscon_to_policydb()
3429 new_genfs->fstype = cil_strdup(cil_genfscon->fs_str); in cil_genfscon_to_policydb()
Dcil_build_ast.c4589 genfscon->fs_str = parse_current->next->data; in cil_gen_genfscon()
5160 fsuse->fs_str = parse_current->next->next->data; in cil_gen_fsuse()
/external/deqp/external/openglcts/modules/gles31/
Des31cShaderAtomicCountersTests.cpp2491 std::string fs_str = GenFSSrc(7 - i, 128 + i * 16); in Run() local
2493 const char* src_fs = fs_str.c_str(); in Run()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderAtomicCountersTests.cpp2725 std::string fs_str = GenFSSrc(7 - i, 128 + i * 16); in Run() local
2727 const char* src_fs = fs_str.c_str(); in Run()