Searched refs:_PyPathConfig_ComputeSysPath0 (Results 1 – 4 of 4) sorted by relevance
56 extern int _PyPathConfig_ComputeSysPath0(
536 int res = _PyPathConfig_ComputeSysPath0(&config->argv, &path0); in pymain_run_python()
645 _PyPathConfig_ComputeSysPath0(const PyWideStringList *argv, PyObject **path0_p) in _PyPathConfig_ComputeSysPath0() function
3104 if (_PyPathConfig_ComputeSysPath0(&argv_list, &path0)) { in PySys_SetArgvEx()