Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp93 char python_module_path_cstr[PATH_MAX]; in OperatingSystemPython() local
94 python_module_path.GetPath(python_module_path_cstr, in OperatingSystemPython()
95 sizeof(python_module_path_cstr)); in OperatingSystemPython()
97 if (!m_interpreter->LoadScriptingModule(python_module_path_cstr, options, in OperatingSystemPython()