Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/
Dmmapmodule.c239 mmap_read_method(mmap_object *self, in mmap_read_method() function
665 {"read", (PyCFunction) mmap_read_method, METH_VARARGS},
/aosp_15_r20/external/python/cpython3/Modules/
Dmmapmodule.c303 mmap_read_method(mmap_object *self, in mmap_read_method() function
905 {"read", (PyCFunction) mmap_read_method, METH_VARARGS},