HomeSort by relevance Sort by last modified time
    Searched refs:cmp_path (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):
825 self.assertEqual(t.name, cmp_path or path.replace(os.sep, "/"))
    [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):
825 self.assertEqual(t.name, cmp_path or path.replace(os.sep, "/"))
    [all...]

Completed in 1685 milliseconds