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

  /external/chromium_org/chrome/test/webdriver/test/
util.py 26 quoted_path = drive.upper() + urllib.quote((rest.replace('\\', '/')))
27 return 'file:///' + quoted_path
29 quoted_path = urllib.quote(abs_path)
30 return 'file://' + quoted_path
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py 591 quoted_path = drive.upper() + urllib.quote((rest.replace('\\', '/')))
592 return 'file:///' + quoted_path
594 quoted_path = urllib.quote(abs_path)
595 return 'file://' + quoted_path
    [all...]

Completed in 218 milliseconds