Lines Matching refs:str_path
684 PyObject *str_path;
690 str_path = _get_tcl_lib_path();
691 if (str_path == NULL && PyErr_Occurred()) {
694 if (str_path != NULL) {
695 utf8_path = PyUnicode_AsUTF8String(str_path);
3400 PyObject *str_path;
3407 str_path = _get_tcl_lib_path();
3408 if (str_path == NULL && PyErr_Occurred()) {
3412 if (str_path != NULL) {
3413 wcs_path = PyUnicode_AsWideCharString(str_path, NULL);