Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DLongFilePathOsPath.py32 def getatime(filename): function
33 return os.path.getatime(LongFilePath(filename))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dgenericpath.py57 def getatime(filename): function
Dmailbox.py290 os.utime(dest, (os.path.getatime(dest), message.get_date()))
328 os.utime(new_path, (os.path.getatime(new_path),
449 if now - os.path.getatime(path) > 129600: # 60 * 60 * 36
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dgenericpath.py65 def getatime(filename): function