Home
last modified time | relevance | path

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

/development/tools/repo_pull/
Dgerrit.py72 def load_auth_credentials(cookie_file_path): argument
74 with open(cookie_file_path, 'r') as cookie_file:
78 def create_url_opener(cookie_file_path, domain): argument
83 credentials = load_auth_credentials(cookie_file_path)