Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dclient.py1147 credentials_filename = _get_well_known_file()
1268 well_known_file = _get_well_known_file()
1293 def _get_well_known_file(): function
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_oauth2client.py69 from oauth2client.client import _get_well_known_file
278 self.assertEqual(well_known_file, _get_well_known_file())
291 well_known_file = _get_well_known_file()