Searched refs:Py_SetPythonHome (Results 1 – 25 of 26) sorted by relevance
12
/aosp_15_r20/external/python/cpython2/Launcher/ |
D | launcher_main.cpp | 50 Py_SetPythonHome(strdup(executable_path.c_str())); in main()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | pylifecycle.h | 40 Py_DEPRECATED(3.11) PyAPI_FUNC(void) Py_SetPythonHome(const wchar_t *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | pylifecycle.h | 40 Py_DEPRECATED(3.11) PyAPI_FUNC(void) Py_SetPythonHome(const wchar_t *);
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | pylifecycle.h | 40 Py_DEPRECATED(3.11) PyAPI_FUNC(void) Py_SetPythonHome(const wchar_t *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | pylifecycle.h | 40 Py_DEPRECATED(3.11) PyAPI_FUNC(void) Py_SetPythonHome(const wchar_t *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | pylifecycle.h | 40 Py_DEPRECATED(3.11) PyAPI_FUNC(void) Py_SetPythonHome(const wchar_t *);
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | pythonrun.h | 25 PyAPI_FUNC(void) Py_SetPythonHome(char *);
|
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 446 Py_SetPythonHome
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | pathconfig.c | 256 Py_SetPythonHome(const wchar_t *home) in Py_SetPythonHome() function
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 1076 "Py_SetPythonHome"
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 85 EXPORT_FUNC(Py_SetPythonHome)
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | init.rst | 34 …exception of :c:func:`Py_SetProgramName`, :c:func:`Py_SetPythonHome`, :c:func:`PyEval_InitThreads`, 319 .. c:function:: void Py_SetPythonHome(char *home) 334 :c:func:`Py_SetPythonHome`, or the value of the :envvar:`PYTHONHOME`
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 845 function,Py_SetPythonHome,3.2,,
|
D | python3.11.abi | 910 …<elf-symbol name='Py_SetPythonHome' type='func-type' binding='global-binding' visibility='default-… 14247 …Py_SetPythonHome' mangled-name='Py_SetPythonHome' filepath='Python/pathconfig.c' line='256' column…
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0a4.rst | 845 :c:func:`Py_SetProgramName` and :c:func:`Py_SetPythonHome` now take the
|
D | 3.11.1.rst | 1531 Fix use-after-free in ``Py_SetPythonHome(NULL)``,
|
D | 3.9.0a1.rst | 5550 :c:func:`Py_SetPythonHome` and :c:func:`Py_SetProgramName`: fix Python
|
D | 3.11.0a1.rst | 5045 * :c:func:`Py_SetPythonHome`
|
/aosp_15_r20/external/python/cpython3/Programs/ |
D | _testembed.c | 1569 Py_SetPythonHome(home); in test_init_setpythonhome()
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | pythonrun.c | 696 Py_SetPythonHome(char *home) in Py_SetPythonHome() function
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | init.rst | 34 * :c:func:`Py_SetPythonHome` 691 .. c:function:: void Py_SetPythonHome(const wchar_t *home) 715 :c:func:`Py_SetPythonHome`, or the value of the :envvar:`PYTHONHOME`
|
D | init_config.rst | 785 If :c:func:`Py_SetPythonHome` has been called, use its argument if it is
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1654 [function.Py_SetPythonHome]
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.11.rst | 2576 * :c:func:`Py_SetPythonHome`
|
/aosp_15_r20/external/python/cpython2/Misc/ |
D | HISTORY | 11895 Py_SetPythonHome(), makes it easier for embedding applications to 12243 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to
|
12