OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:match_indirect_regex
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
mlsrulequery.py
24
from .util import
match_indirect_regex
, match_range
91
if self.source and not
match_indirect_regex
(
101
if self.target and not
match_indirect_regex
(
rbacrulequery.py
25
from .util import
match_indirect_regex
112
if self.source and not
match_indirect_regex
(
122
if self.target and not
match_indirect_regex
(
146
if not
match_indirect_regex
(
terulequery.py
26
from .util import match_regex,
match_indirect_regex
, match_regex_or_set
155
if self.source and not
match_indirect_regex
(
165
if self.target and not
match_indirect_regex
(
218
if not
match_indirect_regex
(
util.py
71
def
match_indirect_regex
(obj, criteria, indirect, regex):
function
Completed in 51 milliseconds