Lines Matching refs:cookie
48 """Creates a cookie file so we can download files from the build server."""
50 def __init__(self, cookiename=".sso.cookie", keep=False):
63 "--cookie", self.name,
64 "--cookie-jar", self.name,
105 def DownloadSymbols(fingerprint, cookie):
112 cookie: SSOCookie
153 "--cookie", cookie.name,
386 cookie = SSOCookie(".symbols.cookie")
402 rootdir, symbol.SYMBOLS_DIR = DownloadSymbols(fingerprint, cookie)