Searched refs:Py_GetProgramFullPath (Results 1 – 22 of 22) sorted by relevance
55 Py_GetProgramFullPath() in Py_GetProgramFullPath() function
44 PyAPI_FUNC(wchar_t *) Py_GetProgramFullPath(void);
103 PyAPI_FUNC(char *) Py_GetProgramFullPath(void);
500 wchar_t *program_full_path = _PyMem_RawWcsdup(Py_GetProgramFullPath()); in Py_SetPath()611 Py_GetProgramFullPath(void) in Py_GetProgramFullPath() function
413 Py_GetProgramFullPath(void) in Py_GetProgramFullPath() function
17 "Py_GetProgramFullPath"
431 Py_GetProgramFullPath
476 Py_GetProgramFullPath(void) in Py_GetProgramFullPath() function
694 Py_GetProgramFullPath(void) in Py_GetProgramFullPath() function
1447 pack_add_info(self, "executable", Py_GetProgramFullPath()); in write_header()
1257 Py_GetProgramFullPath = get_func('Py_GetProgramFullPath')1267 self.assertEqual(Py_GetProgramFullPath(), config['executable'])
709 Py_GetProgramFullPath(void) in Py_GetProgramFullPath() function
744 Py_GetProgramFullPath=python38.Py_GetProgramFullPath
559 single: Py_GetProgramFullPath()567 :c:func:`Py_GetProgramFullPath` (all defined in :file:`Modules/getpath.c`).
169 .. c:function:: char* Py_GetProgramFullPath()
660 single: Py_GetProgramFullPath()668 :c:func:`Py_GetProgramFullPath` (all defined in :file:`Modules/getpath.c`).
67 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome`,427 .. c:function:: wchar_t* Py_GetProgramFullPath()476 full path (see :c:func:`Py_GetProgramFullPath`) and for :data:`sys.prefix` and
1441 PyString_FromString(Py_GetProgramFullPath())); in _PySys_Init()
1318 path (:c:func:`Py_GetProgramFullPath`) rather than to the program name
1786 Py_GetProgramFullPath:char*:::
3016 Py_GetProgramFullPath:wchar_t*:::
1618 path (:c:func:`Py_GetProgramFullPath`) rather than to the program name