Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/tools/
Dgenboardscfg.py66 ctime = os.path.getctime(output)
79 if ctime < os.path.getctime(filepath):
89 if ctime < os.path.getctime(filepath):
/third_party/python/Lib/
Dgenericpath.py63 def getctime(filename): function
/third_party/python/Lib/test/
Dtest_genericpath.py124 self.pathmodule.getctime(filename),
565 self.assertPathEqual(os.path.getctime)
/third_party/python/Doc/library/
Dos.path.rst225 .. function:: getctime(path)
/third_party/python/Misc/
DHISTORY22786 - os.path exposes getctime.