HomeSort by relevance Sort by last modified time
    Searched refs:ShouldEscape (Results 1 - 2 of 2) sorted by null

  /external/v8/tools/
android-run.py 70 def ShouldEscape():
76 return arg if not ShouldEscape() else '"%s"' % (arg.replace('"', '\\"'))
nacl-run.py 66 def ShouldEscape():
72 return arg if not ShouldEscape() else '"%s"' % (arg.replace('"', '\\"'))

Completed in 200 milliseconds