Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/
Dmmapmodule.c307 mmap_find_method(mmap_object *self, in mmap_find_method() function
661 {"find", (PyCFunction) mmap_find_method, METH_VARARGS},
/aosp_15_r20/external/python/cpython3/Modules/
Dmmapmodule.c370 mmap_find_method(mmap_object *self, in mmap_find_method() function
898 {"find", (PyCFunction) mmap_find_method, METH_VARARGS},