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,
services.c 533 rc = context_to_string(NULL, policydb, context, scontext, scontext_len);
586 context_to_string(NULL, policydb, scontext, &s, &slen);
587 context_to_string(NULL, policydb, tcontext, &t, &tlen);
588 context_to_string(NULL, policydb, newcontext, &n, &nlen);
846 context_to_string(NULL, policydb, context, &s, &len);
926 context_to_string(NULL, policydb, &oldc, &s, &len);
    [all...]
context.c 87 int context_to_string(sepol_handle_t * handle, function

Completed in 93 milliseconds