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/ |
D | pylifecycle.h | 41 PyAPI_FUNC(wchar_t *) Py_GetPythonHome(void);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | pylifecycle.h | 41 PyAPI_FUNC(wchar_t *) Py_GetPythonHome(void);
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | pylifecycle.h | 41 PyAPI_FUNC(wchar_t *) Py_GetPythonHome(void);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | pylifecycle.h | 41 PyAPI_FUNC(wchar_t *) Py_GetPythonHome(void);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | pylifecycle.h | 41 PyAPI_FUNC(wchar_t *) Py_GetPythonHome(void);
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | pythonrun.h | 26 PyAPI_FUNC(char *) Py_GetPythonHome(void);
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | getpathp.c | 264 char *pythonhome = Py_GetPythonHome(); in calculate_path()
|
D | python27.def | 1077 "Py_GetPythonHome"
|
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 433 Py_GetPythonHome
|
D | getpathp.c | 302 char *pythonhome = Py_GetPythonHome(); in calculate_path()
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | getpath.c | 376 char *home = Py_GetPythonHome(); in calculate_path()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | pathconfig.c | 368 Py_GetPythonHome(void) in Py_GetPythonHome() function
|
/aosp_15_r20/external/python/cpython2/PC/ |
D | getpathp.c | 468 char *pythonhome = Py_GetPythonHome(); in calculate_path()
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_embed.py | 1571 Py_GetPythonHome = get_func('Py_GetPythonHome') 1581 self.assertEqual(Py_GetPythonHome(), config['home'])
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 65 EXPORT_FUNC(Py_GetPythonHome)
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 824 function,Py_GetPythonHome,3.2,,
|
D | python3.11.abi | 885 …<elf-symbol name='Py_GetPythonHome' type='func-type' binding='global-binding' visibility='default-… 14224 …Py_GetPythonHome' mangled-name='Py_GetPythonHome' filepath='Python/pathconfig.c' line='362' column…
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | pythonrun.c | 702 Py_GetPythonHome(void) in Py_GetPythonHome() function
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.10.0a3.rst | 1399 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome` and
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1626 [function.Py_GetPythonHome]
|
D | HISTORY | 29272 - 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/ |
D | init.rst | 67 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome`, 712 .. c:function:: wchar_t* Py_GetPythonHome()
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | init.rst | 331 .. c:function:: char* Py_GetPythonHome()
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.10.rst | 2168 :c:func:`Py_GetProgramFullPath`, :c:func:`Py_GetPythonHome` and
|
/aosp_15_r20/external/python/cpython2/Misc/ |
D | HISTORY | 11893 - The code that initializes sys.path now calls Py_GetPythonHome() 12243 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to
|