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,
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
...]
/external/libsepol/
ChangeLog
447
* Merged
context_to_string
interface change patch from Ivan Gyurdiev.
Completed in 362 milliseconds