Searched refs:os_plugin_class_name (Results 1 – 1 of 1) sorted by relevance
87 std::string os_plugin_class_name( in OperatingSystemPython() local89 if (os_plugin_class_name.empty()) in OperatingSystemPython()102 size_t py_extension_pos = os_plugin_class_name.rfind(".py"); in OperatingSystemPython()104 os_plugin_class_name.erase(py_extension_pos); in OperatingSystemPython()107 os_plugin_class_name += ".OperatingSystemPlugIn"; in OperatingSystemPython()120 os_plugin_class_name, exe_ctx, nullptr); in OperatingSystemPython()