Searched refs:creds_cache_file (Results 1 – 10 of 10) sorted by relevance
/tools/acloud/internal/lib/ |
D | auth.py | 93 creds_cache_file, user_agent): argument 115 filename=os.path.abspath(creds_cache_file), 164 def _CreateOauthUserCreds(creds_cache_file, client_id, client_secret, argument 186 filename=os.path.abspath(creds_cache_file), 218 if os.path.isabs(acloud_config.creds_cache_file): 219 creds_cache_file = acloud_config.creds_cache_file 221 creds_cache_file = os.path.join(HOME_FOLDER, 222 acloud_config.creds_cache_file) 228 creds_cache_file=creds_cache_file, 237 creds_cache_file=creds_cache_file,
|
/tools/acloud/create/ |
D | remote_image_local_instance.py | 142 creds_cache_file = os.path.join(_HOME_FOLDER, cfg.creds_cache_file) 143 fetch_cvd_cert_arg = build_api.GetFetchCertArg(creds_cache_file)
|
D | remote_image_local_instance_test.py | 159 avd_spec.cfg.creds_cache_file = "cache.file"
|
/tools/acloud/public/actions/ |
D | remote_host_cf_device_factory.py | 326 os.path.join(_HOME_FOLDER, cfg.creds_cache_file)) 434 creds_cache_file = os.path.join(_HOME_FOLDER, cfg.creds_cache_file) 435 fetch_cvd_cert_arg = self._build_api.GetFetchCertArg(creds_cache_file)
|
D | remote_host_cf_device_factory_test.py | 50 creds_cache_file="credential",
|
/tools/acloud/public/ |
D | config.py | 156 self.creds_cache_file = internal_cfg.creds_cache_file
|
D | config_test.py | 220 self.assertEqual(cfg.creds_cache_file, ".fake_oauth2.dat")
|
D | acloud_main.py | 322 auth_file = os.path.join(os.path.expanduser("~"), cfg.creds_cache_file)
|
/tools/acloud/public/data/ |
D | default.config | 8 creds_cache_file: ".acloud_oauth2.dat"
|
/tools/acloud/internal/proto/ |
D | internal_config.proto | 90 optional string creds_cache_file = 13; field
|