Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp241 PyObject* pValue = PyUnicode_FromString("."); in getPlugins() local
242 PyList_Append(pResult, pValue); in getPlugins()
243 Py_XDECREF(pValue); in getPlugins()