OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:type_alias
(Results
1 - 8
of
8
) sorted by null
/external/libsepol/tests/
test-common.c
171
} else if (my_flavor ==
TYPE_ALIAS
) {
/external/libsepol/src/
link.c
446
|| type->flavor ==
TYPE_ALIAS
) {
862
/* there are 2 kinds of aliases. Ones with their own value (
TYPE_ALIAS
)
866
(type->flavor ==
TYPE_ALIAS
873
if (type->flavor ==
TYPE_ALIAS
)
903
/* the linked copy always has
TYPE_ALIAS
style aliases */
906
new_type->flavor =
TYPE_ALIAS
;
922
if (base_type->flavor ==
TYPE_ALIAS
) {
938
base_type->flavor =
TYPE_ALIAS
;
[
all
...]
expand.c
163
|| type->flavor ==
TYPE_ALIAS
) {
720
if (alias->flavor ==
TYPE_ALIAS
)
750
else if (alias->flavor ==
TYPE_ALIAS
)
[
all
...]
write.c
1106
} else if (typdatum->flavor ==
TYPE_ALIAS
[
all
...]
policydb.c
[
all
...]
/external/libsepol/include/sepol/policydb/
policydb.h
173
#define
TYPE_ALIAS
2 /* alias in modular policy */
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
ir.py
494
type_alias
= property(get_type_alias)
variable in class:Declarator
[
all
...]
/external/checkpolicy/
policy_define.c
1149
aliasdatum->flavor =
TYPE_ALIAS
;
1289
} else if (type->flavor ==
TYPE_ALIAS
) {
[
all
...]
Completed in 155 milliseconds