Home
last modified time | relevance | path

Searched refs:fsync (Results 1 – 25 of 115) sorted by relevance

12345

/external/e2fsprogs/lib/ext2fs/
Dflushb.c60 if (fsync (fd) == -1) in ext2fs_sync_device()
Dunix_io.c752 fsync(data->dev); in unix_flush()
/external/webkit/Source/WebCore/platform/sql/
DSQLiteDatabase.cpp130 void SQLiteDatabase::setFullsync(bool fsync) in setFullsync() argument
132 if (fsync) in setFullsync()
/external/libpcap/lbl/
Dos-sunos4.h84 int fsync(int);
/external/tcpdump/lbl/
Dos-sunos4.h84 int fsync(int);
/external/chromium/base/
Dplatform_file_posix.cc162 return !HANDLE_EINTR(fsync(file)); in FlushPlatformFile()
/external/dbus/dbus/
Ddbus-file-unix.c265 if (fsync(fd)) in _dbus_string_save_to_file()
/external/zlib/examples/
Dgzlog.c450 fsync(log->fd); in log_mark()
453 fsync(log->fd); in log_mark()
/external/qemu/
Dcutils.c131 return fsync(fd); in qemu_fdatasync()
Dqemu-common.h103 #define fsync _commit macro
/external/chromium/net/base/
Dfile_stream_posix.cc102 ssize_t res = HANDLE_EINTR(fsync(file)); in FlushFile()
/external/bluetooth/bluez/src/
Dtextfile.c44 #define fdatasync fsync
/external/bluetooth/glib/
DChangeLog.pre-2-2017 Bug 575555 – Use fsync() when replacing files to avoid data loss on crash
20 Look for fsync().
24 fsync temp file if destination file exists
/external/dnsmasq/src/
Dlease.c216 fsync(fileno(daemon->lease_stream)) < 0) in lease_update_file()
/external/bluetooth/glib/gio/
Dglocalfileoutputstream.c196 fsync (file->priv->fd) != 0) in g_local_file_output_stream_close()
/external/yaffs2/yaffs2/
Dyaffs_fs.c196 .fsync = yaffs_sync_object,
229 .fsync = yaffs_sync_object,
/external/bluetooth/glib/glib/
Dgfileutils.c972 fsync (fileno (file)) != 0) in write_to_temp_file()
/external/bluetooth/glib/po/
Dru.po231 msgid "Failed to write file '%s': fsync() failed: %s"
232 msgstr "Не удалось записать файл «%s»: сбой в функции fsync(): %s"
Dml.po226 msgid "Failed to write file '%s': fsync() failed: %s"
227 msgstr "ഫയല്‍ '%s' എഴുതുവാന്‍ പരാജയപ്പെട്ടു: fsync() പരാജയപ്പെട്ടു: %s"
Dja.po227 msgid "Failed to write file '%s': fsync() failed: %s"
228 msgstr "'%s' への書き込みに失敗しました: fsync() に失敗しました: %s"
Das.po224 msgid "Failed to write file '%s': fsync() failed: %s"
225 msgstr "'%s' নথিপত্ৰ লিখাত বিফল: fsync() বিফল: %s"
Dzh_CN.po226 msgid "Failed to write file '%s': fsync() failed: %s"
227 msgstr "写入文件“%s”失败:fsync() 失败:%s"
Dor.po234 msgid "Failed to write file '%s': fsync() failed: %s"
235 msgstr "'%s' ଫାଇଲ ଖୋଲିବାରେ ଅସଫଳ: fsync() ଅସଫଳ: %s"
Dbg.po232 msgid "Failed to write file '%s': fsync() failed: %s"
233 msgstr "Неуспех при запис на файл „%s“: неуспешно изпълнение на fsync(): %s"
Dkn.po224 msgid "Failed to write file '%s': fsync() failed: %s"
225 msgstr "ಕಡತ '%s'ವನ್ನು ಬರೆಯುವಲ್ಲಿ ವಿಫಲತೆ: fsync()) ವಿಫಲಗೊಂಡಿದೆ: %s"

12345