Home
last modified time | relevance | path

Searched defs:program_full_path (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/internal/
Dpystate.h42 wchar_t *program_full_path; member
/external/python/cpython3/Modules/
Dgetpath.c565 wchar_t program_full_path[MAXPATHLEN+1]; in calculate_program_full_path() local
663 calculate_argv0_path(PyCalculatePath *calculate, const wchar_t *program_full_path) in calculate_argv0_path()
Dmain.c1215 const wchar_t *program_full_path = _Py_path_config.program_full_path; in config_init_executable() local
/external/python/cpython3/Python/
Dpathconfig.c209 _Py_SetProgramFullPath(const wchar_t *program_full_path) in _Py_SetProgramFullPath()
/external/python/cpython3/PC/
Dgetpathp.c540 wchar_t program_full_path[MAXPATHLEN+1]; in get_program_full_path() local