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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 305 so_dir = os.path.dirname(so_file)
306 self.assertEqual(so_dir, other_tmp_dir)
314 so_dir = os.path.dirname(so_file)
315 self.assertEqual(so_dir, cmd.build_lib)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 305 so_dir = os.path.dirname(so_file)
306 self.assertEqual(so_dir, other_tmp_dir)
314 so_dir = os.path.dirname(so_file)
315 self.assertEqual(so_dir, cmd.build_lib)

Completed in 958 milliseconds