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

/lxc/src/python-lxc/
H A Dlxc.c447 PyObject *fs_config_path = NULL; local
452 PyUnicode_FSConverter, &fs_config_path))
455 if (fs_config_path != NULL) {
456 config_path = PyBytes_AS_STRING(fs_config_path);
462 Py_XDECREF(fs_config_path);
469 Py_XDECREF(fs_config_path);

Completed in 9 milliseconds