Searched refs:creds_cache_file (Results 1 – 9 of 9) sorted by relevance
/tools/acloud/internal/lib/ |
D | auth.py | 92 creds_cache_file, user_agent): argument 114 filename=os.path.abspath(creds_cache_file), 160 def _CreateOauthUserCreds(creds_cache_file, client_id, client_secret, argument 182 filename=os.path.abspath(creds_cache_file), 214 if os.path.isabs(acloud_config.creds_cache_file): 215 creds_cache_file = acloud_config.creds_cache_file 217 creds_cache_file = os.path.join(HOME_FOLDER, 218 acloud_config.creds_cache_file) 224 creds_cache_file=creds_cache_file, 233 creds_cache_file=creds_cache_file,
|
/tools/acloud/create/ |
D | remote_image_local_instance.py | 112 creds_cache_file = os.path.join(_HOME_FOLDER, cfg.creds_cache_file) 113 fetch_cvd_cert_arg = build_api.GetFetchCertArg(creds_cache_file)
|
D | remote_image_local_instance_test.py | 114 avd_spec.cfg.creds_cache_file = "cache.file"
|
/tools/acloud/public/actions/ |
D | remote_host_cf_device_factory.py | 198 creds_cache_file = os.path.join(_HOME_FOLDER, cfg.creds_cache_file) 200 creds_cache_file)
|
D | remote_host_cf_device_factory_test.py | 43 creds_cache_file="credential")
|
/tools/acloud/public/ |
D | config.py | 150 self.creds_cache_file = internal_cfg.creds_cache_file
|
D | config_test.py | 220 self.assertEqual(cfg.creds_cache_file, ".fake_oauth2.dat")
|
/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
|