HomeSort by relevance Sort by last modified time
    Searched refs:isattr (Results 1 - 6 of 6) sorted by null

  /external/selinux/checkpolicy/
module_compiler.h 33 role_datum_t *declare_role(unsigned char isattr);
34 type_datum_t *declare_type(unsigned char primary, unsigned char isattr);
37 type_datum_t *get_local_type(char *id, uint32_t value, unsigned char isattr);
38 role_datum_t *get_local_role(char *id, uint32_t value, unsigned char isattr);
module_compiler.c 252 static int create_role(uint32_t scope, unsigned char isattr, role_datum_t **role, char **key)
261 isattr = isattr ? ROLE_ATTRIB : ROLE_ROLE;
276 datum->flavor = isattr;
295 if (*role && (isattr != (*role)->flavor)) {
315 role_datum_t *declare_role(unsigned char isattr)
323 ret = create_role(SCOPE_DECL, isattr, &role, &key);
387 static int create_type(uint32_t scope, unsigned char isattr, type_datum_t **type)
395 isattr = isattr ? TYPE_ATTRIB : TYPE_TYPE
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
typeattr.py 44 if not qpol_symbol.isattr(qpol_policy):
59 if qpol_symbol.isattr(qpol_policy):
79 if qpol_symbol.isattr(qpol_policy):
qpol.py 299 def isattr(self, *args): return _qpol.qpol_type_t_isattr(self, *args) member in class:qpol_type_t
    [all...]
qpol.i     [all...]
  /external/webrtc/webrtc/libjingle/xmllite/
xmlnsstack.cc 76 bool isattr) {
81 if (isattr ? ns == STR_EMPTY : PrefixMatchesNs(STR_EMPTY, ns))
88 (!isattr || !pos->empty()) && PrefixMatchesNs(*pos, ns))
95 std::string XmlnsStack::FormatQName(const QName& name, bool isAttr) {
96 std::string prefix(PrefixForNs(name.Namespace(), isAttr).first);
156 bool isAttr) {
157 if (PrefixForNs(ns, isAttr).second)

Completed in 183 milliseconds