Home
last modified time | relevance | path

Searched refs:credential_file (Results 1 – 4 of 4) sorted by relevance

/external/autotest/site_utils/
Dpubsub_utils.py35 def __init__(self, credential_file=None): argument
44 if not credential_file:
46 self.credential_file = credential_file
51 if not os.path.isfile(self.credential_file):
54 self.credential_file)
56 credential = GoogleCredentials.from_stream(self.credential_file)
66 self.credential_file)
/external/avb/tools/
Dat_auth_unlock.py302 credential_file = os.path.join(tempdir, 'credential')
332 MakeAtxUnlockCredential(selected_cred, challenge, credential_file)
334 fastboot_cmd(['stage', credential_file])
/external/python/oauth2client/tests/
Dtest_client.py503 credential_file = datafile(
506 credential_file)
522 credential_file = datafile(
525 credential_file)
599 credential_file = 'any_file'
603 'json file: ' + credential_file +
608 credential_file, extra_help, error)
/external/python/oauth2client/oauth2client/
Dclient.py1441 def _raise_exception_for_reading_json(credential_file, argument
1446 credential_file + extra_help + ': ' + str(error))