Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h1657 {"execv", (PyCFunction)os_execv, METH_FASTCALL, os_execv__doc__},
1663 os_execv(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in os_execv() function