OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:type_distance
(Results
1 - 2
of
2
) sorted by null
/external/selinux/sepolgen/src/sepolgen/
matching.py
106
def
type_distance
(self, a, b):
member in class:AccessMatcher
166
# here because
type_distance
only returns 0 or negative.
167
dist += self.
type_distance
(req.src_type, prov.src_type)
168
dist += self.
type_distance
(req.tgt_type, prov.tgt_type)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
matching.py
106
def
type_distance
(self, a, b):
member in class:AccessMatcher
166
# here because
type_distance
only returns 0 or negative.
167
dist += self.
type_distance
(req.src_type, prov.src_type)
168
dist += self.
type_distance
(req.tgt_type, prov.tgt_type)
Completed in 172 milliseconds