Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp148 const char *absolute_python_home = nullptr; in InitializePythonHome() local
151 absolute_python_home = lldb_python_home; in InitializePythonHome()
158 absolute_python_home = path.c_str(); in InitializePythonHome()
161 return Py_DecodeLocale(absolute_python_home, &size); in InitializePythonHome()