Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Dos_none.c105 int os_fdatasync(FILE *stream) in os_fdatasync() function
Dos_win32.c219 int os_fdatasync(FILE *stream) in os_fdatasync() function
Dos.h254 int os_fdatasync(FILE *stream);
Dos_internal.c252 int os_fdatasync(FILE *stream) in os_fdatasync() function
Dos_unix.c490 int os_fdatasync(FILE *stream) in os_fdatasync() function
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_file.c1608 os_fdatasync(f); in wpa_config_write()
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h802 …{"fdatasync", (PyCFunction)(void(*)(void))os_fdatasync, METH_FASTCALL|METH_KEYWORDS, os_fdatasync_…
808 os_fdatasync(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in os_fdatasync() function