OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ocontext
(Results
1 - 2
of
2
) sorted by null
/external/selinux/libsepol/src/
services.c
957
context_struct_t *
ocontext
;
local
969
ocontext
= sepol_sidtab_search(sidtab, oldsid);
970
if (!
ocontext
) {
989
if (!constraint_expr_eval_reason(
ocontext
, ncontext, tcontext,
1010
context_struct_t *
ocontext
;
local
1022
ocontext
= sepol_sidtab_search(sidtab, oldsid);
1023
if (!
ocontext
) {
1052
if (!constraint_expr_eval_reason(
ocontext
, ncontext, tcontext,
[
all
...]
/external/selinux/libsepol/include/sepol/policydb/
policydb.h
330
typedef struct
ocontext
{
struct
363
struct
ocontext
*next;
368
struct
ocontext
*head;
401
/* OCON_NUM needs to be the largest index in any platform's
ocontext
array */
Completed in 53 milliseconds