Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp174 static wchar_t *g_python_home = Py_DecodeLocale(LLDB_PYTHON_HOME, &size); in InitializePythonHome() local
176 static char g_python_home[] = LLDB_PYTHON_HOME; in InitializePythonHome()
178 Py_SetPythonHome(g_python_home); in InitializePythonHome()