Searched refs:_PyPathConfig_ComputeSysPath0 (Results 1 – 8 of 8) sorted by relevance
16 extern int _PyPathConfig_ComputeSysPath0(
394 _PyPathConfig_ComputeSysPath0(const PyWideStringList *argv, PyObject **path0_p) in _PyPathConfig_ComputeSysPath0() function
3341 if (_PyPathConfig_ComputeSysPath0(&argv_list, &path0)) { in PySys_SetArgvEx()
575 int res = _PyPathConfig_ComputeSysPath0(&config->argv, &path0); in pymain_run_python()