Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp310 FileSpec python_dir_spec = GetPythonDir(); in GetInterpreterInfo() local
311 if (!python_dir_spec) in GetInterpreterInfo()
315 As<PythonDictionary>(get_info(PythonString(python_dir_spec.GetPath()), in GetInterpreterInfo()