Home
last modified time | relevance | path

Searched refs:sys_setdlopenflags_impl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/clinic/
Dsysmodule.c.h597 sys_setdlopenflags_impl(PyObject *module, int new_val);
609 return_value = sys_setdlopenflags_impl(module, new_val); in sys_setdlopenflags()
/aosp_15_r20/external/python/cpython3/Python/
Dsysmodule.c1574 sys_setdlopenflags_impl(PyObject *module, int new_val) in sys_setdlopenflags_impl() function