Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/python/cpython2/Launcher/
Dlauncher_main.cpp50 Py_SetPythonHome(strdup(executable_path.c_str())); in main()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpylifecycle.h40 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/
Dpylifecycle.h40 Py_DEPRECATED(3.11) PyAPI_FUNC(void) Py_SetPythonHome(const wchar_t *);
/aosp_15_r20/external/python/cpython3/Include/
Dpylifecycle.h40 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/
Dpylifecycle.h40 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/
Dpylifecycle.h40 Py_DEPRECATED(3.11) PyAPI_FUNC(void) Py_SetPythonHome(const wchar_t *);
/aosp_15_r20/external/python/cpython2/Include/
Dpythonrun.h25 PyAPI_FUNC(void) Py_SetPythonHome(char *);
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def446 Py_SetPythonHome
/aosp_15_r20/external/python/cpython3/Python/
Dpathconfig.c256 Py_SetPythonHome(const wchar_t *home) in Py_SetPythonHome() function
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def1076 "Py_SetPythonHome"
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c85 EXPORT_FUNC(Py_SetPythonHome)
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dinit.rst34 …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/
Dstable_abi.dat845 function,Py_SetPythonHome,3.2,,
Dpython3.11.abi910 …<elf-symbol name='Py_SetPythonHome' type='func-type' binding='global-binding' visibility='default-…
14247Py_SetPythonHome' mangled-name='Py_SetPythonHome' filepath='Python/pathconfig.c' line='256' column…
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.7.0a4.rst845 :c:func:`Py_SetProgramName` and :c:func:`Py_SetPythonHome` now take the
D3.11.1.rst1531 Fix use-after-free in ``Py_SetPythonHome(NULL)``,
D3.9.0a1.rst5550 :c:func:`Py_SetPythonHome` and :c:func:`Py_SetProgramName`: fix Python
D3.11.0a1.rst5045 * :c:func:`Py_SetPythonHome`
/aosp_15_r20/external/python/cpython3/Programs/
D_testembed.c1569 Py_SetPythonHome(home); in test_init_setpythonhome()
/aosp_15_r20/external/python/cpython2/Python/
Dpythonrun.c696 Py_SetPythonHome(char *home) in Py_SetPythonHome() function
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dinit.rst34 * :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`
Dinit_config.rst785 If :c:func:`Py_SetPythonHome` has been called, use its argument if it is
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1654 [function.Py_SetPythonHome]
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.11.rst2576 * :c:func:`Py_SetPythonHome`
/aosp_15_r20/external/python/cpython2/Misc/
DHISTORY11895 Py_SetPythonHome(), makes it easier for embedding applications to
12243 - New functions Py_GetPythonHome() and Py_SetPythonHome(), intended to

12