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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
CGIHTTPServer.py 137 scriptfile = self.translate_path(scriptname)
138 if not os.path.exists(scriptfile):
141 if not os.path.isfile(scriptfile):
151 if not self.is_executable(scriptfile):
251 os.execve(scriptfile, args, env)
259 cmdline = [scriptfile]
260 if self.is_python(scriptfile):
  /external/python/cpython2/Lib/
CGIHTTPServer.py 134 scriptfile = self.translate_path(scriptname)
135 if not os.path.exists(scriptfile):
138 if not os.path.isfile(scriptfile):
148 if not self.is_executable(scriptfile):
248 os.execve(scriptfile, args, env)
256 cmdline = [scriptfile]
257 if self.is_python(scriptfile):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
CGIHTTPServer.py 139 scriptfile = self.translate_path(scriptname)
140 if not os.path.exists(scriptfile):
143 if not os.path.isfile(scriptfile):
153 if not self.is_executable(scriptfile):
253 os.execve(scriptfile, args, env)
261 cmdline = [scriptfile]
262 if self.is_python(scriptfile):
  /prebuilts/gdb/linux-x86/lib/python2.7/
CGIHTTPServer.py 139 scriptfile = self.translate_path(scriptname)
140 if not os.path.exists(scriptfile):
143 if not os.path.isfile(scriptfile):
153 if not self.is_executable(scriptfile):
253 os.execve(scriptfile, args, env)
261 cmdline = [scriptfile]
262 if self.is_python(scriptfile):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 139 scriptfile = self.translate_path(scriptname)
140 if not os.path.exists(scriptfile):
143 if not os.path.isfile(scriptfile):
153 if not self.is_executable(scriptfile):
253 os.execve(scriptfile, args, env)
261 cmdline = [scriptfile]
262 if self.is_python(scriptfile):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 139 scriptfile = self.translate_path(scriptname)
140 if not os.path.exists(scriptfile):
143 if not os.path.isfile(scriptfile):
153 if not self.is_executable(scriptfile):
253 os.execve(scriptfile, args, env)
261 cmdline = [scriptfile]
262 if self.is_python(scriptfile):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
freeze.py 294 scriptfile = args[0]
298 base = os.path.basename(scriptfile)
301 if base != scriptfile:
343 dir = os.path.dirname(scriptfile)
368 mf.run_script(scriptfile)
370 mf.load_file(scriptfile)
  /external/python/cpython2/Tools/freeze/
freeze.py 294 scriptfile = args[0]
298 base = os.path.basename(scriptfile)
301 if base != scriptfile:
343 dir = os.path.dirname(scriptfile)
368 mf.run_script(scriptfile)
370 mf.load_file(scriptfile)

Completed in 458 milliseconds