Lines Matching refs:cookie_file
2979 StatusUpdate("Saving authentication cookies to %s" % self.cookie_file)
2996 self.cookie_file = os.path.expanduser("~/.codereview_upload_cookies_" + server)
2997 self.cookie_jar = cookielib.MozillaCookieJar(self.cookie_file)
2998 if os.path.exists(self.cookie_file):
3002 StatusUpdate("Loaded authentication cookies from %s" % self.cookie_file)
3008 fd = os.open(self.cookie_file, os.O_CREAT, 0600)
3011 os.chmod(self.cookie_file, 0600)