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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 41 rone = os.path.split(one)[-1]
42 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
53 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
71 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 41 rone = os.path.split(one)[-1]
42 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
53 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
71 self.assertTrue(os.path.exists(os.path.join(inst, rone)))

Completed in 1299 milliseconds