OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mls_context_to_sid
(Results
1 - 4
of
4
) sorted by null
/external/libsepol/src/
mls.h
48
extern int
mls_context_to_sid
(const policydb_t * policydb,
genusers.c
228
if (
mls_context_to_sid
(policydb, oldc, &r, &context) <
274
if (
mls_context_to_sid
(policydb, oldc, &r, &context) <
mls.c
88
if (
mls_context_to_sid
(policydb, '$', &tmp_cp, mls) < 0) {
329
int
mls_context_to_sid
(const policydb_t * policydb,
function
/external/libsepol/
ChangeLog
687
* Merged
mls_context_to_sid
bugfix from Ivan Gyurdiev.
Completed in 207 milliseconds