Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dauth.py92 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/
Dremote_image_local_instance.py101 creds_cache_file = os.path.join(_HOME_FOLDER, cfg.creds_cache_file)
102 fetch_cvd_cert_arg = build_api.GetFetchCertArg(creds_cache_file)
Dremote_image_local_instance_test.py76 avd_spec.cfg.creds_cache_file = "cache.file"
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory.py169 creds_cache_file = os.path.join(_HOME_FOLDER, cfg.creds_cache_file)
171 creds_cache_file)
Dremote_instance_cf_device_factory_test.py430 fake_avd_spec.cfg.creds_cache_file = "cache.file"
460 fake_avd_spec.cfg.creds_cache_file = "cache.file"
/tools/acloud/public/
Dconfig.py136 self.creds_cache_file = internal_cfg.creds_cache_file
Dconfig_test.py222 self.assertEqual(cfg.creds_cache_file, ".fake_oauth2.dat")
/tools/acloud/public/data/
Ddefault.config8 creds_cache_file: ".acloud_oauth2.dat"
/tools/acloud/internal/proto/
Dinternal_config.proto90 optional string creds_cache_file = 13; field