Home
last modified time | relevance | path

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

/base/security/selinux_adapter/interfaces/policycoreutils/include/
Dselinux_map.h46 #define MATCH_LABELED (2) macro
/base/security/selinux_adapter/interfaces/policycoreutils/src/
Dcontexts_trie.c132 root->labeled = MATCH_LABELED; in InsertParamToTrie()
163 if (match->labeled == MATCH_LABELED) { in SearchFromParamTrie()
199 if (match->labeled == MATCH_LABELED) { in GetLabelIndex()