Searched refs:getctime (Results 1 – 5 of 5) sorted by relevance
66 ctime = os.path.getctime(output)79 if ctime < os.path.getctime(filepath):89 if ctime < os.path.getctime(filepath):
63 def getctime(filename): function
124 self.pathmodule.getctime(filename),565 self.assertPathEqual(os.path.getctime)
225 .. function:: getctime(path)
22786 - os.path exposes getctime.