Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DLongFilePathOsPath.py35 def getctime(filename): function
36 return os.path.getctime(LongFilePath(filename))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dgenericpath.py62 def getctime(filename): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dgenericpath.py70 def getctime(filename): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_genericpath.py100 self.pathmodule.getctime(test_support.TESTFN),