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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
SimpleHTTPServer.py 125 displaypath = cgi.escape(urllib.unquote(self.path))
127 f.write("<html>\n<title>Directory listing for %s</title>\n" % displaypath)
128 f.write("<body>\n<h2>Directory listing for %s</h2>\n" % displaypath)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
SimpleHTTPServer.py 114 displaypath = cgi.escape(urllib.unquote(self.path))
116 f.write("<html>\n<title>Directory listing for %s</title>\n" % displaypath)
117 f.write("<body>\n<h2>Directory listing for %s</h2>\n" % displaypath)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
SimpleHTTPServer.py 114 displaypath = cgi.escape(urllib.unquote(self.path))
116 f.write("<html>\n<title>Directory listing for %s</title>\n" % displaypath)
117 f.write("<body>\n<h2>Directory listing for %s</h2>\n" % displaypath)
  /prebuilts/gdb/linux-x86/lib/python2.7/
SimpleHTTPServer.py 114 displaypath = cgi.escape(urllib.unquote(self.path))
116 f.write("<html>\n<title>Directory listing for %s</title>\n" % displaypath)
117 f.write("<body>\n<h2>Directory listing for %s</h2>\n" % displaypath)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 114 displaypath = cgi.escape(urllib.unquote(self.path))
116 f.write("<html>\n<title>Directory listing for %s</title>\n" % displaypath)
117 f.write("<body>\n<h2>Directory listing for %s</h2>\n" % displaypath)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 114 displaypath = cgi.escape(urllib.unquote(self.path))
116 f.write("<html>\n<title>Directory listing for %s</title>\n" % displaypath)
117 f.write("<body>\n<h2>Directory listing for %s</h2>\n" % displaypath)

Completed in 7101 milliseconds