Home | History | Annotate | Download | only in test

Lines Matching refs:utime

359         os.utime(src, (src_stat.st_atime,
377 if os.utime in os.supports_follow_symlinks:
548 if os.utime in os.supports_follow_symlinks:
935 @unittest.skipUnless(hasattr(os, 'utime'), 'requires os.utime')