Home
last modified time | relevance | path

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

/u-boot/doc/sphinx/
A Dkfigure.py107 def isNewer(path1, path2): argument
113 return (path.exists(path1)
114 and os.stat(path1).st_ctime > os.stat(path2).st_ctime)

Completed in 3 milliseconds