Home
last modified time | relevance | path

Searched refs:get_ts (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
Dmessage.py23 from boto.utils import get_ts
42 self['FileAccessedDate'] = get_ts(t)
44 self['FileModifiedDate'] = get_ts(t)
46 self['FileCreateDate'] = get_ts(t)
Dservice.py26 from boto.utils import get_ts
66 message[key] = get_ts()
106 message['Service-Write'] = get_ts()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
Dscriptbase.py3 from boto.utils import ShellCommand, get_ts
12 self.ts = get_ts()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dauth.py826 params['Timestamp'] = boto.utils.get_ts()
935 req.params['Timestamp'] = boto.utils.get_ts()
Dutils.py454 def get_ts(ts=None): function