Home
last modified time | relevance | path

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

/base/security/selinux/interfaces/policycoreutils/src/
Dcontexts_trie.c88 childPtr->prefixLabel = EMPTY_STRING; in InsertElementToTrie()
124 root->prefixLabel = contexts; in InsertParamToTrie()
148 updateCurLabel = root->prefixLabel; in SearchFromParamTrie()
166 return root->prefixLabel; in SearchFromParamTrie()
220 root->prefixLabel = EMPTY_STRING; in ReadParamFromSharedMem()
/base/security/selinux/interfaces/policycoreutils/include/
Dselinux_map.h38 const char *prefixLabel; member