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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 39 rtwo = os.path.split(two)[-1]
40 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
52 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
70 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 39 rtwo = os.path.split(two)[-1]
40 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
52 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
70 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))

Completed in 187 milliseconds