OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCOPE_REQ
(Results
1 - 5
of
5
) sorted by null
/external/libsepol/src/
link.c
688
} else if (scope->scope ==
SCOPE_REQ
) {
729
} else if (scope->scope ==
SCOPE_REQ
) {
[
all
...]
policydb.c
668
* the policy is a module, set object_r's scope to be
SCOPE_REQ
,
690
POLICY_MOD ?
SCOPE_REQ
: SCOPE_DECL), 1,
[
all
...]
/external/libsepol/include/sepol/policydb/
policydb.h
445
#define
SCOPE_REQ
1
/external/checkpolicy/
module_compiler.c
633
SCOPE_REQ
, decl->decl_id, dest_value);
[
all
...]
/external/checkpolicy/test/
dismod.c
108
if (scope->scope ==
SCOPE_REQ
) {
Completed in 28 milliseconds