Home
last modified time | relevance | path

Searched refs:ShouldEscape (Results 1 – 1 of 1) sorted by relevance

/external/v8/tools/
Dandroid-run.py70 def ShouldEscape(): function
76 return arg if not ShouldEscape() else '"%s"' % (arg.replace('"', '\\"'))