Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp144 const char *absolute_python_home = nullptr; in InitializePythonHome() local
147 absolute_python_home = lldb_python_home; in InitializePythonHome()
154 absolute_python_home = path.c_str(); in InitializePythonHome()
157 return Py_DecodeLocale(absolute_python_home, &size); in InitializePythonHome()