Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpylifecycle.h41 PyAPI_FUNC(wchar_t *) Py_GetPythonHome(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpylifecycle.h41 PyAPI_FUNC(wchar_t *) Py_GetPythonHome(void);
/aosp_15_r20/external/python/cpython3/Include/
Dpylifecycle.h41 PyAPI_FUNC(wchar_t *) Py_GetPythonHome(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpylifecycle.h41 PyAPI_FUNC(wchar_t *) Py_GetPythonHome(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpylifecycle.h41 PyAPI_FUNC(wchar_t *) Py_GetPythonHome(void);
/aosp_15_r20/external/python/cpython2/Include/
Dpythonrun.h26 PyAPI_FUNC(char *) Py_GetPythonHome(void);
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dgetpathp.c264 char *pythonhome = Py_GetPythonHome(); in calculate_path()
Dpython27.def1077 "Py_GetPythonHome"
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def433 Py_GetPythonHome
Dgetpathp.c302 char *pythonhome = Py_GetPythonHome(); in calculate_path()
/aosp_15_r20/external/python/cpython2/Modules/
Dgetpath.c376 char *home = Py_GetPythonHome(); in calculate_path()
/aosp_15_r20/external/python/cpython3/Python/
Dpathconfig.c368 Py_GetPythonHome(void) in Py_GetPythonHome() function
/aosp_15_r20/external/python/cpython2/PC/
Dgetpathp.c468 char *pythonhome = Py_GetPythonHome(); in calculate_path()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_embed.py1571 Py_GetPythonHome = get_func('Py_GetPythonHome')
1581 self.assertEqual(Py_GetPythonHome(), config['home'])
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c65 EXPORT_FUNC(Py_GetPythonHome)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat824 function,Py_GetPythonHome,3.2,,
Dpython3.11.abi885 …<elf-symbol name='Py_GetPythonHome' type='func-type' binding='global-binding' visibility='default-…
14224Py_GetPythonHome' mangled-name='Py_GetPythonHome' filepath='Python/pathconfig.c' line='362' column…
/aosp_15_r20/external/python/cpython2/Python/
Dpythonrun.c702 Py_GetPythonHome(void) in Py_GetPythonHome() function
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.10.0a3.rst1399 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome` and
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1626 [function.Py_GetPythonHome]
DHISTORY29272 - The code that initializes sys.path now calls Py_GetPythonHome()
29622 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dinit.rst67 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome`,
712 .. c:function:: wchar_t* Py_GetPythonHome()
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dinit.rst331 .. c:function:: char* Py_GetPythonHome()
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.10.rst2168 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome` and
/aosp_15_r20/external/python/cpython2/Misc/
DHISTORY11893 - The code that initializes sys.path now calls Py_GetPythonHome()
12243 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to