Home
last modified time | relevance | path

Searched defs:fsync (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/src/unistd/
Dfsync.c4 int fsync(int fd) in fsync() function
/third_party/NuttX/fs/vfs/
Dfs_fsync.c96 int fsync(int fd) in fsync() function
/third_party/node/deps/npm/lib/install/
Dupdate-package-json.js54 fsync: isWindows property
/third_party/NuttX/fs/vfs/include/
Dfile.h143 int (*fsync)(struct file *filep); member
/third_party/ntfs-3g/include/fuse-lite/
Dfuse.h237 int (*fsync) (const char *, int, struct fuse_file_info *); member
Dfuse_lowlevel.h515 void (*fsync) (fuse_req_t req, fuse_ino_t ino, int datasync, member
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfilesink.c64 #define fsync _commit macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h484 unused_func_t fsync; member
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js416 fsync: function (...args) { method
/third_party/gstreamer/gstreamer/gst/
Dgstpluginloader.c38 #define fsync(fd) _commit(fd) macro
/third_party/node/lib/internal/fs/
Dpromises.js521 async function fsync(handle) { function
/third_party/flutter/skia/src/core/
DSkStream.cpp435 void SkFILEWStream::fsync() in fsync() function in SkFILEWStream
/third_party/skia/src/core/
DSkStream.cpp446 void SkFILEWStream::fsync() in fsync() function in SkFILEWStream
/third_party/node/lib/
Dfs.js956 function fsync(fd, callback) { function
/third_party/ntfs-3g/ntfsprogs/
Dntfsclone.c121 #define fsync(fd) (0) macro
/third_party/python/Modules/
Dposixmodule.c318 # define fsync _commit macro