Lines Matching defs:path
31 /* Use path starting with "./" avoids a search along the PATH */
641 /* FIXME: test path config: module_search_path .. dll_path */
782 putenv("PYTHONPATH=/my/path");
1150 static PyObject *_open_code_hook(PyObject *path, void *data)
1152 if (PyUnicode_CompareWithASCIIString(path, "$$test-filename") == 0) {
1159 return PyObject_CallMethod(io, "open", "Os", path, "rb");
1502 wchar_t *path = Py_DecodeLocale(env, NULL);
1503 if (path == NULL) {
1507 Py_SetPath(path);
1508 PyMem_RawFree(path);
1535 wchar_t *path = Py_DecodeLocale(env, NULL);
1536 if (path == NULL) {
1540 Py_SetPath(path);
1541 PyMem_RawFree(path);