HomeSort by relevance Sort by last modified time
    Searched refs:child_str (Results 1 - 7 of 7) sorted by null

  /external/selinux/libsepol/cil/src/
cil_tree.c 702 cil_log(CIL_INFO, "USERBOUNDS: user: %s, bounds: %s\n", bnds->parent_str, bnds->child_str);
808 cil_log(CIL_INFO, "ROLEBOUNDS: role: %s, bounds: %s\n", bnds->parent_str, bnds->child_str);
986 cil_log(CIL_INFO, "TYPEBOUNDS: type: %s, bounds: %s\n", bnds->parent_str, bnds->child_str);
    [all...]
cil_internal.h 876 char *child_str; member in struct:cil_bounds
cil_resolve_ast.c     [all...]
cil_copy_ast.c     [all...]
cil_policy.c 966 fprintf(file_arr[ALLOWS], "typebounds %s %s;\n", bnds->parent_str, bnds->child_str);
    [all...]
cil.c     [all...]
cil_build_ast.c     [all...]

Completed in 281 milliseconds