Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/
Dmmapmodule.c620 mmap_move_method(mmap_object *self, PyObject *args) in mmap_move_method() function
664 {"move", (PyCFunction) mmap_move_method, METH_VARARGS},
/aosp_15_r20/external/python/cpython3/Modules/
Dmmapmodule.c741 mmap_move_method(mmap_object *self, PyObject *args) in mmap_move_method() function
904 {"move", (PyCFunction) mmap_move_method, METH_VARARGS},