Home
last modified time | relevance | path

Searched refs:sp_file (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/PC/
Dgetpathp.c565 FILE *sp_file = _Py_wfopen(path, L"r"); in read_pth_file() local
566 if (sp_file == NULL) { in read_pth_file()
584 while (!feof(sp_file)) { in read_pth_file()
586 char *p = fgets(line, MAXPATHLEN + 1, sp_file); in read_pth_file()
647 fclose(sp_file); in read_pth_file()
653 fclose(sp_file); in read_pth_file()