Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dsfconfig.h60 #ifndef HAVE_FSYNC
61 #define HAVE_FSYNC 0 macro
Dconfig.h.cmake62 #cmakedefine01 HAVE_FSYNC
Dfile_io.c597 #if HAVE_FSYNC in psf_fsync()
/third_party/e2fsprogs/lib/ext2fs/
Dflushb.c61 #if defined(HAVE_FSYNC) in ext2fs_sync_device()
Dunix_io.c1200 #ifdef HAVE_FSYNC in unix_flush()
/third_party/e2fsprogs/util/
Dandroid_config.h43 # define HAVE_FSYNC 1 macro
/third_party/libsnd/include/
Dconfig.h84 #define HAVE_FSYNC 1 macro
/third_party/glib/
Dconfig.h78 #define HAVE_FSYNC 1 macro
/third_party/e2fsprogs/lib/
Dconfig.h167 #define HAVE_FSYNC 1 macro
Dconfig.h.in113 #undef HAVE_FSYNC
/third_party/libsnd/cmake/
DSndFileChecks.cmake162 check_function_exists (fsync HAVE_FSYNC)
/third_party/glib/glib/
Dgfileutils.c1066 #ifdef HAVE_FSYNC in rename_file()
1090 #ifdef HAVE_FSYNC in fd_should_be_fsynced()
1189 #ifdef HAVE_FSYNC in write_to_file()
Dgstdio.c1682 #elif defined(HAVE_FSYNC) || defined(HAVE_FCNTL_F_FULLFSYNC) in g_fsync()
/third_party/python/
Dpyconfig.h.in396 #undef HAVE_FSYNC
Dconfigure.ac3776 [AC_DEFINE(HAVE_FSYNC, 1, Define if you have the 'fsync' function.) definition
/third_party/python/Modules/
Dposixmodule.c317 # define HAVE_FSYNC 1 macro
3517 #ifdef HAVE_FSYNC
/third_party/python/Modules/clinic/
Dposixmodule.c.h703 #if defined(HAVE_FSYNC)