Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_posix.py305 def check_stat(uid, gid): function
314 check_stat(uid, gid)
316 check_stat(uid, gid)
318 check_stat(uid, gid)
336 check_stat(big_value, big_value)
338 check_stat(big_value, big_value)
340 check_stat(uid, gid)
349 check_stat(uid, gid)
351 check_stat(uid, gid)
354 check_stat(uid, gid)
[all …]
/external/python/cpython3/Lib/test/
Dtest_posix.py713 def check_stat(uid, gid): function
722 check_stat(uid, gid)
724 check_stat(uid, gid)
726 check_stat(uid, gid)
753 check_stat(big_value, big_value)
755 check_stat(big_value, big_value)
757 check_stat(uid, gid)
766 check_stat(uid, gid)
768 check_stat(uid, gid)
771 check_stat(uid, gid)
[all …]
Dtest_os.py2630 self.check_stat(self.dirlink, self.dirlink_target)
2637 self.check_stat(self.filelink, self.filelink_target)
2664 def check_stat(self, link, target): member in Win32SymlinkTests
/external/python/pyfakefs/pyfakefs/tests/
Dfake_os_test.py5105 def check_stat(self, absolute_symlink_expected_size, member in FakeScandirTest
5132 self.check_stat(len(self.linked_file_path),
5137 self.check_stat(0, 0)