Home
last modified time | relevance | path

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

/external/python/pyfakefs/pyfakefs/
Dhelpers.py130 self._st_mtime_ns = stat_result.st_mtime_ns
251 def st_mtime_ns(self): member in FakeStatResult
265 @st_mtime_ns.setter
266 def st_mtime_ns(self, val): member in FakeStatResult
Dfake_filesystem.py1231 file_object.st_mtime_ns = ns[1]
/external/python/cpython3/Lib/test/
Dtest_clinic.py808 old_mtime_ns = os.stat(testfile).st_mtime_ns
814 new_mtime_ns = os.stat(testfile).st_mtime_ns
Dtest_pathlib.py1920 old_mtime_ns = st.st_mtime_ns
1927 self.assertGreaterEqual(st.st_mtime_ns, old_mtime_ns)
Dtest_zipfile.py622 mtime_ns = os.stat(TESTFN).st_mtime_ns
Dtest_os.py651 self.assertEqual(st.st_mtime_ns, mtime_ns)
/external/python/cpython3/Lib/
Dshutil.py375 lookup("utime")(dst, ns=(st.st_atime_ns, st.st_mtime_ns),
/external/python/cpython3/Doc/library/
Dos.rst2588 .. attribute:: st_mtime_ns
2610 Similarly, although :attr:`st_atime_ns`, :attr:`st_mtime_ns`,
2617 :attr:`st_atime_ns`, :attr:`st_mtime_ns`, and :attr:`st_ctime_ns`.
2702 Added the :attr:`st_atime_ns`, :attr:`st_mtime_ns`, and
2965 way to preserve exact times is to use the *st_atime_ns* and *st_mtime_ns*
/external/python/pyfakefs/pyfakefs/tests/
Dfake_os_test.py3680 self.assertEqual(200912300000, st.st_mtime_ns)
3691 self.assertEqual(220912300000, st.st_mtime_ns)
/external/python/cpython3/Misc/
DHISTORY7665 fields: st_ctime_ns, st_mtime_ns, and st_atime_ns, providing those times as an