Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Duuid.py488 _last_timestamp = None variable
503 global _last_timestamp
509 if _last_timestamp is not None and timestamp <= _last_timestamp:
510 timestamp = _last_timestamp + 1
511 _last_timestamp = timestamp