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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py 272 global_path = get_path(name, 'posix_prefix')
274 global_path = global_path.replace(sys.exec_prefix, sys.prefix)
277 self.assertEqual(user_path, global_path.replace(base, user, 1))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py 272 global_path = get_path(name, 'posix_prefix')
274 global_path = global_path.replace(sys.exec_prefix, sys.prefix)
277 self.assertEqual(user_path, global_path.replace(base, user, 1))

Completed in 678 milliseconds