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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_posix.py 214 def _test_all_chown_common(self, chown_func, first_param): member in class:PosixTester
243 self._test_all_chown_common(posix.chown, test_support.TESTFN)
253 self._test_all_chown_common(posix.fchown, fd)
262 self._test_all_chown_common(posix.lchown, test_support.TESTFN)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 904 milliseconds