Home
last modified time | relevance | path

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

/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A 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()
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/include/
H A Dselinux_map.h46 #define MATCH_LABELED (2) macro