HomeSort by relevance Sort by last modified time
    Searched full:_test_all_chown_common (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posix.py 225 def _test_all_chown_common(self, chown_func, first_param, stat_func): member in class:PosixTester
292 self._test_all_chown_common(posix.chown, test_support.TESTFN,
303 self._test_all_chown_common(posix.fchown, fd,
313 self._test_all_chown_common(posix.lchown, test_support.TESTFN,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posix.py 225 def _test_all_chown_common(self, chown_func, first_param, stat_func): member in class:PosixTester
292 self._test_all_chown_common(posix.chown, test_support.TESTFN,
303 self._test_all_chown_common(posix.fchown, fd,
313 self._test_all_chown_common(posix.lchown, test_support.TESTFN,

Completed in 1041 milliseconds