Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/
Dmmapmodule.c341 mmap_write_method(mmap_object *self, in mmap_write_method() function
672 {"write", (PyCFunction) mmap_write_method, METH_VARARGS},
/aosp_15_r20/external/python/cpython3/Modules/
Dmmapmodule.c410 mmap_write_method(mmap_object *self, in mmap_write_method() function
912 {"write", (PyCFunction) mmap_write_method, METH_VARARGS},