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

  /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):
  /external/chromium_org/build/android/gyp/
create_device_library_links.py 51 with open(options.script_host_path, 'w') as scriptfile:
52 scriptfile.write(script)
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 635 scriptfile = self.translate_path(resource_name)
636 if not os.path.isfile(scriptfile):
638 if not self.is_executable(scriptfile):
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 631 scriptfile = self.translate_path(resource_name)
632 if not os.path.isfile(scriptfile):
634 if not self.is_executable(scriptfile):
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py 794 scriptfile = self.translate_path(resource_name)
795 if not os.path.isfile(scriptfile):
797 if not self.is_executable(scriptfile):
    [all...]

Completed in 135 milliseconds