OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CIL_KEY_SELF
(Results
1 - 6
of
6
) sorted by null
/external/selinux/libsepol/cil/src/
cil_find.c
306
if (t1->fqn !=
CIL_KEY_SELF
&& t2->fqn !=
CIL_KEY_SELF
) {
309
if (t1->fqn ==
CIL_KEY_SELF
&& t2->fqn ==
CIL_KEY_SELF
) {
311
} else if (t1->fqn ==
CIL_KEY_SELF
) {
319
} else if (t2->fqn ==
CIL_KEY_SELF
) {
cil_internal.h
99
char *
CIL_KEY_SELF
;
cil_build_ast.c
[
all
...]
cil.c
106
CIL_KEY_SELF
= cil_strpool_add("self");
267
(*db)->selftype->datum.name =
CIL_KEY_SELF
;
268
(*db)->selftype->datum.fqn =
CIL_KEY_SELF
;
[
all
...]
cil_binary.c
[
all
...]
cil_resolve_ast.c
317
if (rule->tgt_str ==
CIL_KEY_SELF
) {
[
all
...]
Completed in 126 milliseconds