Searched refs:_test_chflags_regular_file (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_posix.py | 451 def _test_chflags_regular_file(self, chflags_func, target_file): member in PosixTester 476 self._test_chflags_regular_file(posix.chflags, test_support.TESTFN) 480 self._test_chflags_regular_file(posix.lchflags, test_support.TESTFN)
|
/external/python/cpython3/Lib/test/ |
D | test_posix.py | 897 def _test_chflags_regular_file(self, chflags_func, target_file, **kwargs): member in PosixTester 923 self._test_chflags_regular_file(posix.chflags, support.TESTFN) 927 self._test_chflags_regular_file(posix.lchflags, support.TESTFN) 928 self._test_chflags_regular_file(posix.chflags, support.TESTFN, follow_symlinks=False)
|