Searched refs:py_src_path (Results 1 - 1 of 1) sorted by relevance

/lxc/src/python-lxc/
H A Dlxc.c624 PyObject *py_src_path = NULL; local
628 PyUnicode_FSConverter, &py_src_path,
632 if (py_src_path != NULL) {
633 src_path = PyBytes_AS_STRING(py_src_path);
644 Py_XDECREF(py_src_path);
649 Py_XDECREF(py_src_path);
1218 PyObject *py_src_path = NULL; local
1222 PyUnicode_FSConverter, &py_src_path,
1226 if (py_src_path != NULL) {
1227 src_path = PyBytes_AS_STRING(py_src_path);
[all...]

Completed in 388 milliseconds