Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp146 const char *absolute_python_home = nullptr; in InitializePythonHome() local
149 absolute_python_home = lldb_python_home; in InitializePythonHome()
156 absolute_python_home = path.c_str(); in InitializePythonHome()
159 return Py_DecodeLocale(absolute_python_home, &size); in InitializePythonHome()