Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pathconfig.h13 wchar_t *program_full_path; member
/third_party/python/Python/
Dpathconfig.c454 wchar_t *program_full_path = _PyMem_RawWcsdup(Py_GetProgramFullPath()); in Py_SetPath() local
520 _Py_SetProgramFullPath(const wchar_t *program_full_path) in _Py_SetProgramFullPath()
Dinitconfig.c1206 const wchar_t *program_full_path = _Py_path_config.program_full_path; in config_init_executable() local
/third_party/python/Modules/
Dgetpath.c774 wchar_t program_full_path[MAXPATHLEN + 1]; in calculate_program_full_path() local
893 calculate_argv0_path(PyCalculatePath *calculate, const wchar_t *program_full_path, in calculate_argv0_path()
/third_party/python/PC/
Dgetpathp.c545 wchar_t program_full_path[MAXPATHLEN+1]; in get_program_full_path() local