Home
last modified time | relevance | path

Searched refs:Py_GetProgramFullPath (Results 1 – 25 of 27) sorted by relevance

12

/external/python/cpython2/RISCOS/Modules/
Dgetpath_riscos.c55 Py_GetProgramFullPath() in Py_GetProgramFullPath() function
/external/python/cpython3/Include/
Dpylifecycle.h43 PyAPI_FUNC(wchar_t *) Py_GetProgramFullPath(void);
/external/python/cpython2/Include/
Dpythonrun.h103 PyAPI_FUNC(char *) Py_GetProgramFullPath(void);
/external/python/cpython2/PC/os2emx/
Dgetpathp.c413 Py_GetProgramFullPath(void) in Py_GetProgramFullPath() function
Dpython27.def17 "Py_GetProgramFullPath"
/external/python/cpython2/PC/os2vacpp/
Dpython.def431 Py_GetProgramFullPath
Dgetpathp.c476 Py_GetProgramFullPath(void) in Py_GetProgramFullPath() function
/external/python/cpython2/Modules/
Dgetpath.c695 Py_GetProgramFullPath(void) in Py_GetProgramFullPath() function
D_hotshot.c1447 pack_add_info(self, "executable", Py_GetProgramFullPath()); in write_header()
/external/python/cpython2/PC/
Dgetpathp.c709 Py_GetProgramFullPath(void) in Py_GetProgramFullPath() function
/external/python/cpython3/Lib/test/
Dtest_embed.py1378 Py_GetProgramFullPath = get_func('Py_GetProgramFullPath')
1388 self.assertEqual(Py_GetProgramFullPath(), config['executable'])
/external/python/cpython3/Python/
Dpathconfig.c590 Py_GetProgramFullPath(void) in Py_GetProgramFullPath() function
/external/python/cpython3/PC/
Dpython3dll.c67 EXPORT_FUNC(Py_GetProgramFullPath)
/external/python/cpython3/Doc/data/
Dstable_abi.dat800 function,Py_GetProgramFullPath,3.2,
Drefcounts.dat2999 Py_GetProgramFullPath:wchar_t*:::
/external/python/cpython2/Doc/c-api/
Dintro.rst559 single: Py_GetProgramFullPath()
567 :c:func:`Py_GetProgramFullPath` (all defined in :file:`Modules/getpath.c`).
Dinit.rst169 .. c:function:: char* Py_GetProgramFullPath()
/external/python/cpython2/Python/
Dsysmodule.c1441 PyString_FromString(Py_GetProgramFullPath())); in _PySys_Init()
/external/python/cpython3/Doc/c-api/
Dintro.rst706 single: Py_GetProgramFullPath()
714 :c:func:`Py_GetProgramFullPath` (all defined in :file:`Modules/getpath.c`).
Dinit.rst67 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome`,
446 .. c:function:: wchar_t* Py_GetProgramFullPath()
507 full path (see :c:func:`Py_GetProgramFullPath`) and for :data:`sys.prefix` and
/external/python/cpython3/Misc/
Dstable_abi.txt1530 function Py_GetProgramFullPath
/external/python/cpython3/Misc/NEWS.d/
D3.10.0a3.rst1399 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome` and
/external/python/cpython2/Doc/data/
Drefcounts.dat1786 Py_GetProgramFullPath:char*:::
/external/python/cpython3/Doc/whatsnew/
D3.10.rst2170 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome` and
D3.8.rst1627 path (:c:func:`Py_GetProgramFullPath`) rather than to the program name

12