Searched defs:old_str (Results 1 - 1 of 1) sorted by relevance

/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
H A Dqpol_wrap.c1000 PyObject *old_str = PyObject_Str(value); local
1004 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg);
1006 Py_DECREF(old_str);
2753 PyObject *old_str = PyObject_Str(value); local
2757 PyErr_Format(type, "%s %s", mesg, tmp = SWIG_Python_str_AsChar(old_str));
2759 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg);
2762 Py_DECREF(old_str);

Completed in 248 milliseconds