HomeSort by relevance Sort by last modified time
    Searched refs:context_to_string (Results 1 - 3 of 3) sorted by null

  /external/libsepol/src/
context.h 32 extern int context_to_string(sepol_handle_t * handle,
context.c 87 int context_to_string(sepol_handle_t * handle, function
services.c 1157 rc = context_to_string(NULL, policydb, context, scontext, scontext_len);
1210 context_to_string(NULL, policydb, scontext, &s, &slen);
1211 context_to_string(NULL, policydb, tcontext, &t, &tlen);
1212 context_to_string(NULL, policydb, newcontext, &n, &nlen);
    [all...]

Completed in 388 milliseconds