OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:quote_matcher_regex
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/remoting/tools/
zip2msi.py
117
quote_matcher_regex
= re.compile(r'\s|"')
variable
142
if re.search(
quote_matcher_regex
, arg):
Completed in 5899 milliseconds