Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pathconfig.h54 extern int _PyPathConfig_ComputeSysPath0(
/third_party/python/Modules/
Dmain.c560 int res = _PyPathConfig_ComputeSysPath0(&config->argv, &path0); in pymain_run_python()
/third_party/python/Python/
Dpathconfig.c621 _PyPathConfig_ComputeSysPath0(const PyWideStringList *argv, PyObject **path0_p) in _PyPathConfig_ComputeSysPath0() function
Dsysmodule.c3225 if (_PyPathConfig_ComputeSysPath0(&argv_list, &path0)) { in PySys_SetArgvEx()
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch3137 #include "pycore_pathconfig.h" // _PyPathConfig_ComputeSysPath0()