OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:to_comma_str
(Results
1 - 2
of
2
) sorted by null
/external/selinux/sepolgen/src/sepolgen/
refpolicy.py
256
def
to_comma_str
(self):
member in class:IdSet
360
return "typeattribute %s %s;" % (self.type, self.attributes.
to_comma_str
())
373
return "roleattribute %s %s;" % (self.role, self.roleattributes.
to_comma_str
())
400
s = s + ", %s" % self.attributes.
to_comma_str
()
533
return "allow %s %s;" % (self.src_roles.
to_comma_str
(),
534
self.tgt_roles.
to_comma_str
())
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
refpolicy.py
256
def
to_comma_str
(self):
member in class:IdSet
360
return "typeattribute %s %s;" % (self.type, self.attributes.
to_comma_str
())
373
return "roleattribute %s %s;" % (self.role, self.roleattributes.
to_comma_str
())
400
s = s + ", %s" % self.attributes.
to_comma_str
()
533
return "allow %s %s;" % (self.src_roles.
to_comma_str
(),
534
self.tgt_roles.
to_comma_str
())
Completed in 473 milliseconds