Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp65 …std::unique_ptr<OperatingSystemPython> os_ap (new OperatingSystemPython (process, python_os_plugin… in CreateInstance() local
66 if (os_ap.get() && os_ap->IsValid()) in CreateInstance()
67 return os_ap.release(); in CreateInstance()