Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/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.h255 int os_fdatasync(FILE *stream);
Dos_internal.c254 int os_fdatasync(FILE *stream) in os_fdatasync() function
Dos_unix.c453 int os_fdatasync(FILE *stream) in os_fdatasync() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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.h255 int os_fdatasync(FILE *stream);
Dos_internal.c260 int os_fdatasync(FILE *stream) in os_fdatasync() function
Dos_unix.c464 int os_fdatasync(FILE *stream) in os_fdatasync() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig_file.c1633 os_fdatasync(f); in wpa_config_write()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig_file.c1612 os_fdatasync(f); in wpa_config_write()
/third_party/python/Modules/clinic/
Dposixmodule.c.h772 …{"fdatasync", (PyCFunction)(void(*)(void))os_fdatasync, METH_FASTCALL|METH_KEYWORDS, os_fdatasync_…
778 os_fdatasync(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in os_fdatasync() function