Home
last modified time | relevance | path

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

/external/python/cpython2/RISCOS/Modules/
Dgetpath_riscos.c31 Py_GetPath() in Py_GetPath() function
/external/python/cpython3/Include/
Dpylifecycle.h48 PyAPI_FUNC(wchar_t *) Py_GetPath(void);
/external/python/cpython2/Include/
Dpythonrun.h106 PyAPI_FUNC(char *) Py_GetPath(void);
/external/python/cpython2/PC/os2emx/
Dgetpathp.c391 Py_GetPath(void) in Py_GetPath() function
Dpython27.def20 "Py_GetPath"
/external/python/cpython2/PC/os2vacpp/
Dpython.def428 Py_GetPath
Dgetpathp.c449 Py_GetPath(void) in Py_GetPath() function
/external/python/cpython2/Python/
Dpythonrun.c44 extern char *Py_GetPath(void);
256 PySys_SetPath(Py_GetPath()); in Py_InitializeEx()
624 PySys_SetPath(Py_GetPath()); in Py_NewInterpreter()
/external/python/cpython2/Modules/
Dgetpath.c671 Py_GetPath(void) in Py_GetPath() function
/external/python/cpython2/PC/
Dgetpathp.c687 Py_GetPath(void) in Py_GetPath() function
/external/python/cpython3/Lib/test/
Dtest_embed.py1303 Py_GetPath = get_func('Py_GetPath')
1312 self.assertEqual(Py_GetPath().split(os.path.pathsep),
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c1336 char* (__cdecl * Py_GetPath)(void); in get_sys_prefix()
1371 Py_GetPath = (char * (*)(void))GetProcAddress in get_sys_prefix()
1381 MessageBox(GetFocus(), Py_GetPath(), "PATH", MB_OK); in get_sys_prefix()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1292 char* (__cdecl * Py_GetPath)(void); in get_sys_prefix()
1327 Py_GetPath = (char * (*)(void))GetProcAddress in get_sys_prefix()
1337 MessageBox(GetFocus(), Py_GetPath(), "PATH", MB_OK); in get_sys_prefix()
/external/python/cpython3/Python/
Dpathconfig.c548 Py_GetPath(void) in Py_GetPath() function
/external/python/cpython3/PC/
Dpython3.def742 Py_GetPath=python39.Py_GetPath
/external/python/cpython3/Doc/c-api/
Dinit.rst65 :c:func:`Py_Initialize`: :c:func:`Py_EncodeLocale`, :c:func:`Py_GetPath`,
111 :c:func:`Py_GetPath`.
353 single: Py_GetPath()
359 This is used by :c:func:`Py_GetPath` and some other functions below to find
440 .. c:function:: wchar_t* Py_GetPath()
465 single: Py_GetPath()
468 :c:func:`Py_Initialize`, then :c:func:`Py_GetPath` won't attempt to compute a
Dintro.rst703 single: Py_GetPath()
712 control has to provide its own implementation of :c:func:`Py_GetPath`,
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a2.rst670 Fix memory corruption due to allocator mix in getpath.c between Py_GetPath()
D3.6.4rc1.rst1116 Fix memory corruption due to allocator mix in getpath.c between Py_GetPath()
/external/python/cpython2/Doc/c-api/
Dintro.rst556 single: Py_GetPath()
565 control has to provide its own implementation of :c:func:`Py_GetPath`,
Dinit.rst99 single: Py_GetPath()
104 This is used by :c:func:`Py_GetPath` and some other functions below to find
182 .. c:function:: char* Py_GetPath()
/external/python/cpython2/Doc/data/
Drefcounts.dat1780 Py_GetPath:char*:::
/external/python/cpython3/Doc/data/
Drefcounts.dat3016 Py_GetPath:wchar_t*:::
/external/python/cpython2/Misc/
DHISTORY13968 Py_GetPath()) are now declared as returning a const char *. (More
/external/python/cpython3/Misc/
DHISTORY31347 Py_GetPath()) are now declared as returning a const char *. (More