Home
last modified time | relevance | path

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

/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dcontexts_trie.c129 root->labeled = PREFIX_LABELED; in InsertParamToTrie()
151 if (root->labeled == PREFIX_LABELED) { in SearchFromParamTrie()
169 if (root->labeled == PREFIX_LABELED) { in SearchFromParamTrie()
187 if (root->labeled == PREFIX_LABELED) { in GetLabelIndex()
205 if (root->labeled == PREFIX_LABELED) { in GetLabelIndex()
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/include/
H A Dselinux_map.h45 #define PREFIX_LABELED (1) macro