Home
last modified time | relevance | path

Searched refs:compute_trans_from_raw (Results 1 – 2 of 2) sorted by relevance

/external/selinux/mcstrans/
DTODO9 compute_trans_from_raw is an expensive operation that needs to be sped up or threaded so that mcstr…
/external/selinux/mcstrans/src/
Dmcstrans.c1280 compute_trans_from_raw(const char *level, domain_t *domain) { in compute_trans_from_raw() function
1518 trans = compute_trans_from_raw(range, domain); in trans_context()
1527 ltrans = compute_trans_from_raw(lrange, domain); in trans_context()
1542 utrans = compute_trans_from_raw(urange, domain); in trans_context()
1630 canonical = compute_trans_from_raw(raw, domain); in untrans_context()
1651 canonical = compute_trans_from_raw(lraw, domain); in untrans_context()
1675 canonical = compute_trans_from_raw(uraw, domain); in untrans_context()