Home | History | Annotate | Download | only in scripts

Lines Matching refs:cookie_file

351       StatusUpdate("Saving authentication cookies to %s" % self.cookie_file)
368 self.cookie_file = os.path.expanduser("~/.codereview_upload_cookies")
369 self.cookie_jar = cookielib.MozillaCookieJar(self.cookie_file)
370 if os.path.exists(self.cookie_file):
375 self.cookie_file)
381 fd = os.open(self.cookie_file, os.O_CREAT, 0600)
384 os.chmod(self.cookie_file, 0600)