Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp103 std::string os_plugin_class_name (python_module_path.GetFilename().AsCString("")); in OperatingSystemPython() local
104 if (!os_plugin_class_name.empty()) in OperatingSystemPython()
114 size_t py_extension_pos = os_plugin_class_name.rfind(".py"); in OperatingSystemPython()
116 os_plugin_class_name.erase (py_extension_pos); in OperatingSystemPython()
118 os_plugin_class_name += ".OperatingSystemPlugIn"; in OperatingSystemPython()
119 …erObjectSP object_sp = m_interpreter->OSPlugin_CreatePluginObject(os_plugin_class_name.c_str(), pr… in OperatingSystemPython()