Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp102 size_t py_extension_pos = os_plugin_class_name.rfind(".py"); in OperatingSystemPython() local
103 if (py_extension_pos != std::string::npos) in OperatingSystemPython()
104 os_plugin_class_name.erase(py_extension_pos); in OperatingSystemPython()