Home
last modified time | relevance | path

Searched refs:Py_SetPath (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpylifecycle.h48 Py_DEPRECATED(3.11) PyAPI_FUNC(void) Py_SetPath(const wchar_t *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpylifecycle.h48 Py_DEPRECATED(3.11) PyAPI_FUNC(void) Py_SetPath(const wchar_t *);
/aosp_15_r20/external/python/cpython3/Include/
Dpylifecycle.h48 Py_DEPRECATED(3.11) PyAPI_FUNC(void) Py_SetPath(const wchar_t *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpylifecycle.h48 Py_DEPRECATED(3.11) PyAPI_FUNC(void) Py_SetPath(const wchar_t *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpylifecycle.h48 Py_DEPRECATED(3.11) PyAPI_FUNC(void) Py_SetPath(const wchar_t *);
/aosp_15_r20/external/python/cpython3/Python/
Dpathconfig.c215 Py_SetPath(const wchar_t *path) in Py_SetPath() function
/aosp_15_r20/external/python/cpython3/Programs/
D_testembed.c1507 Py_SetPath(path); in test_init_setpath()
1540 Py_SetPath(path); in test_init_setpath_config()
/aosp_15_r20/external/python/cpython3/Doc/library/
Dsys_path_init.rst102 details are described at :ref:`init-path-config`. Alternatively the older :c:func:`Py_SetPath`
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c83 EXPORT_FUNC(Py_SetPath)
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.7.0a2.rst671 and Py_SetPath()
D3.6.4rc1.rst1117 and Py_SetPath()
D3.9.0a1.rst5538 :c:func:`Py_SetPath` now sets :data:`sys.executable` to the program full
5549 Python ignored arguments passed to :c:func:`Py_SetPath`,
D3.11.0a1.rst5043 * :c:func:`Py_SetPath`
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat843 function,Py_SetPath,3.7,,
Dpython3.11.abi908 …<elf-symbol name='Py_SetPath' type='func-type' binding='global-binding' visibility='default-visibi…
14251Py_SetPath' mangled-name='Py_SetPath' filepath='Python/pathconfig.c' line='215' column='1' visibil…
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dinit.rst32 * :c:func:`Py_SetPath`
483 single: Py_SetPath()
504 .. c:function:: void Py_SetPath(const wchar_t *)
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml2016 [function.Py_SetPath]
DHISTORY8638 a possible crash when calling Py_SetPath().
/aosp_15_r20/external/python/cpython3/Doc/using/
Dwindows.rst1159 executable, explicitly call :c:func:`Py_SetPath` or (at least)
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.8.rst1628 * :c:func:`Py_SetPath` now sets :data:`sys.executable` to the program full
D3.11.rst2574 * :c:func:`Py_SetPath`