Searched refs:st_mtime_ns (Results 1 – 10 of 10) sorted by relevance
/external/python/pyfakefs/pyfakefs/ |
D | helpers.py | 130 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
|
D | fake_filesystem.py | 1231 file_object.st_mtime_ns = ns[1]
|
/external/python/cpython3/Lib/test/ |
D | test_clinic.py | 808 old_mtime_ns = os.stat(testfile).st_mtime_ns 814 new_mtime_ns = os.stat(testfile).st_mtime_ns
|
D | test_pathlib.py | 1920 old_mtime_ns = st.st_mtime_ns 1927 self.assertGreaterEqual(st.st_mtime_ns, old_mtime_ns)
|
D | test_zipfile.py | 622 mtime_ns = os.stat(TESTFN).st_mtime_ns
|
D | test_os.py | 651 self.assertEqual(st.st_mtime_ns, mtime_ns)
|
/external/python/cpython3/Lib/ |
D | shutil.py | 375 lookup("utime")(dst, ns=(st.st_atime_ns, st.st_mtime_ns),
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 2588 .. 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/ |
D | fake_os_test.py | 3680 self.assertEqual(200912300000, st.st_mtime_ns) 3691 self.assertEqual(220912300000, st.st_mtime_ns)
|
/external/python/cpython3/Misc/ |
D | HISTORY | 7665 fields: st_ctime_ns, st_mtime_ns, and st_atime_ns, providing those times as an
|