Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpathconfig.c25 wchar_t *program_full_path; member
66 CLEAR(program_full_path); in _PyPathConfig_ClearGlobal()
115 COPY2(executable, program_full_path); in _PyPathConfig_ReadGlobal()
162 COPY2(program_full_path, executable); in _PyPathConfig_UpdateGlobal()
340 return _Py_path_config.program_full_path; in Py_GetProgramFullPath()