Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c2038 posix_fsync(PyObject *self, PyObject *fdobj) in posix_fsync() function
9103 {"fsync", posix_fsync, METH_O, posix_fsync__doc__},