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

/lxc/src/python-lxc/
H A Dlxc.c625 PyObject *py_dst_path = NULL; local
629 PyUnicode_FSConverter, &py_dst_path))
637 if (py_dst_path != NULL) {
638 dst_path = PyBytes_AS_STRING(py_dst_path);
645 Py_XDECREF(py_dst_path);
650 Py_XDECREF(py_dst_path);
1219 PyObject *py_dst_path = NULL; local
1223 PyUnicode_FSConverter, &py_dst_path))
1231 if (py_dst_path != NULL) {
1232 dst_path = PyBytes_AS_STRING(py_dst_path);
[all...]

Completed in 9 milliseconds