OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_TYPE
(Results
1 - 8
of
8
) sorted by null
/external/libsepol/tests/
test-linker-types.c
111
CU_ASSERT(type->flavor ==
TYPE_TYPE
);
119
CU_ASSERT(type->flavor ==
TYPE_TYPE
);
test-common.c
168
if (my_flavor ==
TYPE_TYPE
) {
/packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java
247
private static final byte[]
TYPE_TYPE
= new byte[] { 't' };
250
NdefRecord type = getByType(
TYPE_TYPE
, records);
/external/checkpolicy/
module_compiler.c
334
typdatum->flavor = isattr ? TYPE_ATTRIB :
TYPE_TYPE
;
534
dest_typdatum->flavor = isattr ? TYPE_ATTRIB :
TYPE_TYPE
;
545
if (dest_typdatum->flavor != isattr ? TYPE_ATTRIB :
TYPE_TYPE
) {
954
type->flavor = isattr ? TYPE_ATTRIB :
TYPE_TYPE
;
[
all
...]
policy_define.c
1287
if (type->flavor ==
TYPE_TYPE
&& !type->primary) {
[
all
...]
/external/libsepol/include/sepol/policydb/
policydb.h
171
#define
TYPE_TYPE
0 /* regular type or alias in kernel policies */
/external/libsepol/src/
link.c
445
if ((type->flavor ==
TYPE_TYPE
&& !type->primary)
863
* and ones with the value of their primary (
TYPE_TYPE
&& type->primary = 0)
867
|| (type->flavor ==
TYPE_TYPE
&& !type->primary))) {
[
all
...]
expand.c
162
if ((type->flavor ==
TYPE_TYPE
&& !type->primary)
713
if (alias->flavor ==
TYPE_TYPE
&& alias->primary)
748
if (alias->flavor ==
TYPE_TYPE
)
[
all
...]
Completed in 789 milliseconds