Home
last modified time | relevance | path

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

/aosp_15_r20/external/selinux/mcstrans/src/
H A Dmcstrans.c1342 compute_trans_from_raw(const char *level, domain_t *domain) { in compute_trans_from_raw() function
1580 trans = compute_trans_from_raw(range, domain); in trans_context()
1592 ltrans = compute_trans_from_raw(lrange, domain); in trans_context()
1611 utrans = compute_trans_from_raw(urange, domain); in trans_context()
1715 canonical = compute_trans_from_raw(raw, domain); in untrans_context()
1743 canonical = compute_trans_from_raw(lraw, domain); in untrans_context()
1775 canonical = compute_trans_from_raw(uraw, domain); in untrans_context()
/aosp_15_r20/external/selinux/mcstrans/
H A DTODO9 compute_trans_from_raw is an expensive operation that needs to be sped up or threaded so that mcstr…