Searched refs:check_stat (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_posix.py | 305 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/ |
D | test_posix.py | 713 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 …]
|
D | test_os.py | 2630 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/ |
D | fake_os_test.py | 5105 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)
|