Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos_win32.c230 if (!FlushFileBuffers(h)) in os_fdatasync()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos_win32.c230 if (!FlushFileBuffers(h)) in os_fdatasync()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp324 BOOST_SYMBOL_IMPORT boost::winapi::BOOL_ BOOST_WINAPI_WINAPI_CC FlushFileBuffers(boost::winapi::HAN…
367 BOOST_FORCEINLINE boost::winapi::BOOL_ FlushFileBuffers(boost::winapi::HANDLE_ hFile) in FlushFileBuffers() function
368 { return ::FlushFileBuffers(hFile); } in FlushFileBuffers()
780 { return 0 != boost::ipwinapiext::FlushFileBuffers(handle); } in flush_file_buffers()
/third_party/gn/src/base/files/
Dfile_win.cc310 return ::FlushFileBuffers(file_.Get()) != FALSE; in Flush()
/third_party/flutter/engine/flutter/fml/platform/win/
Dfile_win.cc380 if (!::FlushFileBuffers(temp_file.get())) { in WriteAtomically()
/third_party/iowow/src/platform/win32/
Dwin32.c55 if (!FlushFileBuffers(h)) { in iwp_fsync()
/third_party/glib/gio/
Dgwin32file-sync-stream.c289 if (!FlushFileBuffers (self->file_handle)) in _file_sync_stream_commit()
/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c1585 !FlushFileBuffers(fd->vol_handle)) { in ntfs_device_win32_sync()
1589 if (!FlushFileBuffers(fd->handle)) { in ntfs_device_win32_sync()
/third_party/libsnd/src/
Dfile_io.c1144 { FlushFileBuffers (psf->file.handle) ; in psf_fsync()
/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.c266 FlushFileBuffers((HANDLE)_get_osfhandle(_fileno(log->outputFile))); in qpTestLog_flushFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc902 // invalid data. Calling FlushFileBuffers on the write handle is
906 ::FlushFileBuffers(FileHandle);
/third_party/libuv/src/win/
Dpipe.c572 FlushFileBuffers(handle->handle); in pipe_shutdown_thread_proc()
Dfs.c1969 result = FlushFileBuffers(uv__get_osfhandle(fd)) ? 0 : -1; in fs__sync_impl()
/third_party/sqlite/src/
Dsqlite3.c43087 { "FlushFileBuffers", (SYSCALL)FlushFileBuffers, 0 },