Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
Dmmapmodule.c179 mmap_close_method(mmap_object *self, PyObject *unused) in mmap_close_method() function
789 return mmap_close_method((mmap_object *)self, NULL); in mmap__exit__method()
897 {"close", (PyCFunction) mmap_close_method, METH_NOARGS},
/aosp_15_r20/external/python/cpython2/Modules/
Dmmapmodule.c144 mmap_close_method(mmap_object *self, PyObject *unused) in mmap_close_method() function
660 {"close", (PyCFunction) mmap_close_method, METH_NOARGS},