Searched refs:getatime (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/ |
D | genericpath.py | 58 def getatime(filename): function
|
D | mailbox.py | 314 (os.path.getatime(tmp_file.name), message.get_date())) 367 (os.path.getatime(tmp_path), message.get_date())) 485 if now - os.path.getatime(path) > 129600: # 60 * 60 * 36
|
/third_party/python/Lib/test/ |
D | test_genericpath.py | 563 self.assertPathEqual(os.path.getatime)
|
/third_party/python/Doc/library/ |
D | os.path.rst | 208 .. function:: getatime(path)
|
/third_party/python/patches/ |
D | cpython_mingw_v3.10.2.patch | 1355 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
|
/third_party/python/Misc/ |
D | HISTORY | 28997 getmtime(), getatime() -- these fetch the most popular items from the
|