Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp90 char python_module_path_cstr[PATH_MAX]; in OperatingSystemPython() local
91 python_module_path.GetPath(python_module_path_cstr, in OperatingSystemPython()
92 sizeof(python_module_path_cstr)); in OperatingSystemPython()
94 if (m_interpreter->LoadScriptingModule(python_module_path_cstr, options, in OperatingSystemPython()