HomeSort by relevance Sort by last modified time
    Searched defs:os_fdatasync (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/src/utils/
os_none.c 105 int os_fdatasync(FILE *stream) function
os_win32.c 219 int os_fdatasync(FILE *stream) function
os_internal.c 246 int os_fdatasync(FILE *stream) function
os_unix.c 471 int os_fdatasync(FILE *stream) function
  /external/python/cpython3/Modules/clinic/
posixmodule.c.h 624 {"fdatasync", (PyCFunction)os_fdatasync, METH_FASTCALL, os_fdatasync__doc__},
630 os_fdatasync(PyObject *module, PyObject **args, Py_ssize_t nargs, PyObject *kwnames) function
    [all...]

Completed in 162 milliseconds