Lines Matching refs:fs_path
1164 PyObject *fs_path = NULL;
1168 PyUnicode_FSConverter, &fs_path))
1171 if (fs_path != NULL) {
1172 path = PyBytes_AS_STRING(fs_path);
1177 Py_XDECREF(fs_path);
1181 Py_XDECREF(fs_path);
1252 PyObject *fs_path = NULL;
1256 PyUnicode_FSConverter, &fs_path))
1259 if (fs_path != NULL) {
1260 path = PyBytes_AS_STRING(fs_path);
1265 Py_XDECREF(fs_path);
1269 Py_XDECREF(fs_path);