OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:context_to_string
(Results
1 - 4
of
4
) 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
/external/libsepol/
ChangeLog
433
* Merged
context_to_string
interface change patch from Ivan Gyurdiev.
Completed in 177 milliseconds