Home
last modified time | relevance | path

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

/external/crosvm/sys_util/src/
Dfile_traits.rs19 fn fsync(&mut self) -> Result<()>; in fsync() method
23 fn fsync(&mut self) -> Result<()> { in fsync() method
/external/u-boot/tools/
Dmingw_support.c19 int fsync(int fd) in fsync() function
/external/libfuse/include/
Dcuse_lowlevel.h60 void (*fsync) (fuse_req_t req, int datasync, struct fuse_file_info *fi); member
Dfuse_lowlevel.h667 void (*fsync) (fuse_req_t req, fuse_ino_t ino, int datasync, member
Dfuse.h517 int (*fsync) (const char *, int, struct fuse_file_info *); member
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPackageInstaller.java187 protected void fsync(@NonNull OutputStream out) throws IOException {} in fsync() method in ShadowPackageInstaller.ShadowSession
/external/ImageMagick/MagickCore/
Dnt-base.h128 # define fsync _commit macro
/external/skia/src/core/
DSkStream.cpp434 void SkFILEWStream::fsync() in fsync() function in SkFILEWStream
/external/skqp/src/core/
DSkStream.cpp435 void SkFILEWStream::fsync() in fsync() function in SkFILEWStream
/external/crosvm/p9/src/
Dserver.rs805 fn fsync(&mut self, fsync: &Tfsync) -> io::Result<Rmessage> { in fsync() method
/external/crosvm/qcow/src/
Dqcow.rs1482 fn fsync(&mut self) -> std::io::Result<()> { in fsync() method
/external/rust/crates/libc/src/
Dwasi.rs597 pub fn fsync(fd: ::c_int) -> ::c_int; in fsync() function
/external/rust/crates/libc/src/unix/
Dmod.rs1001 pub fn fsync(fd: ::c_int) -> ::c_int; in fsync() function
/external/python/cpython2/Modules/
Dposixmodule.c138 #define fsync _commit macro
/external/rust/crates/libc/src/vxworks/
Dmod.rs1866 pub fn fsync(fd: ::c_int) -> ::c_int; in fsync() function
/external/python/cpython3/Modules/
Dposixmodule.c195 #define fsync _commit macro
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3705 pub fn fsync(fd: ::c_int) -> ::c_int; in fsync() function