Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dgetpathp.c668 get_pth_filename(wchar_t *spbuffer, _PyPathConfig *config) in get_pth_filename() argument
671 if (!change_ext(spbuffer, config->dll_path, L"._pth") && in get_pth_filename()
672 exists(spbuffer)) in get_pth_filename()
678 if (!change_ext(spbuffer, config->program_full_path, L"._pth") && in get_pth_filename()
679 exists(spbuffer)) in get_pth_filename()
691 wchar_t spbuffer[MAXPATHLEN+1]; in calculate_pth_file() local
693 if (!get_pth_filename(spbuffer, config)) { in calculate_pth_file()
700 return read_pth_file(config, prefix, spbuffer, in calculate_pth_file()