Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dgetpath.c415 add_exe_suffix(wchar_t **progpath_p) in add_exe_suffix() argument
417 wchar_t *progpath = *progpath_p; in add_exe_suffix()
436 PyMem_RawFree(*progpath_p); in add_exe_suffix()
437 *progpath_p = progpath2; in add_exe_suffix()