Home
last modified time | relevance | path

Searched refs:labeled (Results 1 – 3 of 3) sorted by relevance

/base/security/selinux/interfaces/policycoreutils/src/
Dcontexts_trie.c90 childPtr->labeled = UNLABELED; in InsertElementToTrie()
125 root->labeled = PREFIX_LABELED; in InsertParamToTrie()
128 root->labeled = MATCH_LABELED; in InsertParamToTrie()
147 if (root->labeled == PREFIX_LABELED) { in SearchFromParamTrie()
159 if (match->labeled == MATCH_LABELED) { in SearchFromParamTrie()
165 if (root->labeled == PREFIX_LABELED) { in SearchFromParamTrie()
/base/security/selinux/interfaces/policycoreutils/include/
Dselinux_map.h40 uint32_t labeled; member
/base/hiviewdfx/hilog_lite/
DREADME.md221 1. The format specifier is labeled public by default, for example, **HILOGI\("Hello World\\n"\); \…
223 2. The formatted parameter is labeled private by default, for example, **HILOGI\("Age is %d\\n", 1…
225 3. Parameters labeled **%\{private\}** are private data, for example, **HILOGI\("Age is %\{priva…
227 4. Parameters labeled **%\{public\}** are public data, for example, **HILOGI\("Age is %\{public\…