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.py112 creds_cache_file = os.path.join(_HOME_FOLDER, cfg.creds_cache_file)
113 fetch_cvd_cert_arg = build_api.GetFetchCertArg(creds_cache_file)
Dremote_image_local_instance_test.py114 avd_spec.cfg.creds_cache_file = "cache.file"
/tools/acloud/public/actions/
Dremote_host_cf_device_factory.py198 creds_cache_file = os.path.join(_HOME_FOLDER, cfg.creds_cache_file)
200 creds_cache_file)
Dremote_host_cf_device_factory_test.py43 creds_cache_file="credential")
/tools/acloud/public/
Dconfig.py150 self.creds_cache_file = internal_cfg.creds_cache_file
Dconfig_test.py220 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