Home
last modified time | relevance | path

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

12

/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/libfuse/include/
Dcuse_lowlevel.h60 void (*fsync) (fuse_req_t req, int datasync, struct fuse_file_info *fi); member
Dfuse_lowlevel.h690 void (*fsync) (fuse_req_t req, fuse_ino_t ino, int datasync, member
Dfuse.h542 int (*fsync) (const char *, int, struct fuse_file_info *); member
/third_party/rust/crates/rustix/src/fs/
Dfd.rs302 pub fn fsync<Fd: AsFd>(fd: Fd) -> io::Result<()> { in fsync() function
/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/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js416 fsync: function (...args) { method
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h484 unused_func_t fsync; member
/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/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs396 pub(crate) fn fsync(fd: BorrowedFd<'_>) -> io::Result<()> { in fsync() function
/third_party/skia/src/core/
DSkStream.cpp446 void SkFILEWStream::fsync() in fsync() function in SkFILEWStream
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs1222 pub(crate) fn fsync(fd: BorrowedFd<'_>) -> io::Result<()> { in fsync() function
/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/rust/crates/libc/src/unix/
Dmod.rs1029 pub fn fsync(fd: ::c_int) -> ::c_int; in fsync() function
/third_party/rust/crates/libc/src/
Dwasi.rs661 pub fn fsync(fd: ::c_int) -> ::c_int; in fsync() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1704 pub fn fsync(fd: ::c_int) -> ::c_int; in fsync() function
/third_party/python/Modules/
Dposixmodule.c318 # define fsync _commit macro

12