OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common_datum
(Results
1 - 4
of
4
) sorted by null
/external/selinux/policycoreutils/sepolicy/
info.c
821
const qpol_common_t *
common_datum
= NULL;
local
838
if (qpol_class_get_common(q, class_datum, &
common_datum
))
844
if (
common_datum
) {
845
if (qpol_common_get_perm_iter(q,
common_datum
, &iter))
[
all
...]
/external/selinux/libsepol/include/sepol/policydb/
policydb.h
103
typedef struct
common_datum
{
struct
/external/selinux/libsepol/cil/src/
cil_resolve_ast.c
694
struct cil_symtab_datum *
common_datum
= NULL;
local
702
rc = cil_resolve_name(current, clscom->common_str, CIL_SYM_COMMONS, extra_args, &
common_datum
);
708
common = (struct cil_class *)
common_datum
;
[
all
...]
/external/selinux/libsepol/src/
module_to_cil.c
[
all
...]
Completed in 2813 milliseconds