Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pathconfig.h56 extern int _PyPathConfig_ComputeSysPath0(
/external/python/cpython3/Modules/
Dmain.c536 int res = _PyPathConfig_ComputeSysPath0(&config->argv, &path0); in pymain_run_python()
/external/python/cpython3/Python/
Dpathconfig.c645 _PyPathConfig_ComputeSysPath0(const PyWideStringList *argv, PyObject **path0_p) in _PyPathConfig_ComputeSysPath0() function
Dsysmodule.c3104 if (_PyPathConfig_ComputeSysPath0(&argv_list, &path0)) { in PySys_SetArgvEx()