Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp154 const char *absolute_python_home = nullptr; in InitializePythonHome() local
157 absolute_python_home = lldb_python_home; in InitializePythonHome()
164 absolute_python_home = path.c_str(); in InitializePythonHome()
167 return Py_DecodeLocale(absolute_python_home, &size); in InitializePythonHome()