Home
last modified time | relevance | path

Searched refs:cookie_paths (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dgob_util.py147 def GetCookies(host, path, cookie_paths=None): argument
163 if cookie_paths is None:
164 cookie_paths = (constants.GOB_COOKIE_PATH, constants.GITCOOKIES_PATH)
165 for cookie_path in cookie_paths: