Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp87 …ython::OperatingSystemPython (lldb_private::Process *process, const FileSpec &python_module_path) : in OperatingSystemPython() argument
103 std::string os_plugin_class_name (python_module_path.GetFilename().AsCString("")); in OperatingSystemPython()
109 python_module_path.GetPath(python_module_path_cstr, sizeof(python_module_path_cstr)); in OperatingSystemPython()
DOperatingSystemPython.h47 const lldb_private::FileSpec &python_module_path);