Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp62 FileSpec python_os_plugin_spec (process->GetPythonOSPluginPath()); in CreateInstance() local
63 if (python_os_plugin_spec && python_os_plugin_spec.Exists()) in CreateInstance()
65 …ique_ptr<OperatingSystemPython> os_ap (new OperatingSystemPython (process, python_os_plugin_spec)); in CreateInstance()