Home
last modified time | relevance | path

Searched refs:GetPythonHome (Results 1 – 7 of 7) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/python/
H A DCommonFramework.cpp48 m_home_dir = Py_DecodeLocale(GetPythonHome().string().c_str(), nullptr); in Initialize()
51 m_program_name = Py_DecodeLocale((GetPythonHome() / "Python").string().c_str(), nullptr); in Initialize()
/dports/games/freeorion/freeorion-0.4.10.2/util/
H A DDirectories.h69 FO_COMMON_API const boost::filesystem::path GetPythonHome();
H A DDirectories.cpp132 const fs::path GetPythonHome() { in GetPythonHome() function
412 const fs::path GetPythonHome() in GetPythonHome() function
632 return GetPythonHome(); in GetPath()
/dports/games/freeorion/freeorion-0.4.10.2/test/system/
H A DSmokeTestGame.cpp56 setenv("DYLD_LIBRARY_PATH", GetPythonHome().string().c_str(), 1); in BOOST_FIXTURE_TEST_SUITE()
H A DSmokeTestHostless.cpp115 setenv("DYLD_LIBRARY_PATH", GetPythonHome().string().c_str(), 1); in BOOST_FIXTURE_TEST_SUITE()
/dports/games/freeorion/freeorion-0.4.10.2/client/human/
H A DHumanClientApp.cpp453 setenv("DYLD_LIBRARY_PATH", GetPythonHome().string().c_str(), 1); in StartServer()
/dports/games/freeorion/freeorion-0.4.10.2/server/
H A DServerApp.cpp224 setenv("DYLD_LIBRARY_PATH", GetPythonHome().string().c_str(), 1); in CreateAIClients()