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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 803 def _test_pathname(self, path, cmp_path=None, dir=False): member in class:WriteTest
828 self._test_pathname("foo")
829 self._test_pathname(os.path.join("foo", ".", "bar"))
830 self._test_pathname(os.path.join("foo", "..", "bar"))
831 self._test_pathname(os.path.join(".", "foo"))
832 self._test_pathname(os.path.join(".", "foo", "."))
833 self._test_pathname(os.path.join(".", "foo", ".", "bar"))
834 self._test_pathname(os.path.join(".", "foo", "..", "bar"))
835 self._test_pathname(os.path.join(".", "foo", "..", "bar"))
836 self._test_pathname(os.path.join("..", "foo")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 803 def _test_pathname(self, path, cmp_path=None, dir=False): member in class:WriteTest
828 self._test_pathname("foo")
829 self._test_pathname(os.path.join("foo", ".", "bar"))
830 self._test_pathname(os.path.join("foo", "..", "bar"))
831 self._test_pathname(os.path.join(".", "foo"))
832 self._test_pathname(os.path.join(".", "foo", "."))
833 self._test_pathname(os.path.join(".", "foo", ".", "bar"))
834 self._test_pathname(os.path.join(".", "foo", "..", "bar"))
835 self._test_pathname(os.path.join(".", "foo", "..", "bar"))
836 self._test_pathname(os.path.join("..", "foo")
    [all...]

Completed in 1295 milliseconds