Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dauth.py93 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/
Dremote_image_local_instance.py142 creds_cache_file = os.path.join(_HOME_FOLDER, cfg.creds_cache_file)
143 fetch_cvd_cert_arg = build_api.GetFetchCertArg(creds_cache_file)
Dremote_image_local_instance_test.py159 avd_spec.cfg.creds_cache_file = "cache.file"
/tools/acloud/public/actions/
Dremote_host_cf_device_factory.py326 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)
Dremote_host_cf_device_factory_test.py50 creds_cache_file="credential",
/tools/acloud/public/
Dconfig.py156 self.creds_cache_file = internal_cfg.creds_cache_file
Dconfig_test.py220 self.assertEqual(cfg.creds_cache_file, ".fake_oauth2.dat")
Dacloud_main.py322 auth_file = os.path.join(os.path.expanduser("~"), cfg.creds_cache_file)
/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