Home | History | Annotate | Download | only in http

Lines Matching refs:scriptfile

1011         scriptfile = self.translate_path(scriptname)
1012 if not os.path.exists(scriptfile):
1017 if not os.path.isfile(scriptfile):
1024 if not self.is_executable(scriptfile):
1126 os.execve(scriptfile, args, env)
1134 cmdline = [scriptfile]
1135 if self.is_python(scriptfile):