Home
last modified time | relevance | path

Searched refs:_IsGCE (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
Dtest_oauth2_client.py361 self.assertFalse(oauth2_client._IsGCE())
370 self.assertFalse(oauth2_client._IsGCE())
379 self.assertTrue(oauth2_client._IsGCE())
Doauth2_client.py651 def _IsGCE(): function
673 return OAuth2GCEClient() if _IsGCE() else None