Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_signurl.py177 ._ReadKeystore(self.ks_contents, 'notasecret'))
201 ._ReadKeystore(self.ks_contents,
227 ._ReadKeystore(self.ks_contents,
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dsignurl.py179 def _ReadKeystore(ks_contents, passwd): function
294 ks, client_id = _ReadKeystore(open(self.args[0], 'rb').read(), passwd)