Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dloslib.c95 static int os_remove (lua_State *L) { in os_remove() function
320 {"remove", os_remove},
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h1494 {"remove", (PyCFunction)os_remove, METH_FASTCALL, os_remove__doc__},
1500 os_remove(PyObject *module, PyObject **args, Py_ssize_t nargs, PyObject *kwnames) in os_remove() function