Home
last modified time | relevance | path

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

12

/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/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/crosvm/cros_async/src/
Dio_ext.rs94 async fn fsync(&self) -> Result<()>; in fsync() method
383 fn fsync() { in fsync() function
During_source.rs193 async fn fsync(&self) -> AsyncResult<()> { in fsync() method
502 fn fsync() { in fsync() function
Dpoll_source.rs274 async fn fsync(&self) -> AsyncResult<()> { in fsync() method
/external/crosvm/disk/src/
Ddisk.rs358 async fn fsync(&self) -> Result<()>; in fsync() method
423 async fn fsync(&self) -> Result<()> { in fsync() method
Dandroid_sparse.rs240 fn fsync(&mut self) -> io::Result<()> { in fsync() method
Dcomposite.rs228 fn fsync(&mut self) -> io::Result<()> { in fsync() method
/external/ImageMagick/MagickCore/
Dnt-base.h132 # define fsync _commit macro
/external/rust/crates/nix/src/sys/
Daio.rs806 pub fn fsync(&mut self, mode: AioFsyncMode) -> Result<()> { in fsync() method
/external/skqp/src/core/
DSkStream.cpp435 void SkFILEWStream::fsync() in fsync() function in SkFILEWStream
/external/skia/src/core/
DSkStream.cpp446 void SkFILEWStream::fsync() in fsync() function in SkFILEWStream
/external/vm_tools/p9/src/server/
Dmod.rs885 fn fsync(&mut self, fsync: &Tfsync) -> io::Result<()> { in fsync() method
/external/crosvm/fuse/src/
Dfilesystem.rs800 fn fsync( in fsync() method
Dserver.rs713 fn fsync<R: Reader, W: Writer>(&self, in_header: InHeader, mut r: R, w: W) -> Result<usize> { in fsync() method
/external/rust/crates/nix/src/
Dunistd.rs1263 pub fn fsync(fd: RawFd) -> Result<()> { in fsync() function
/external/crosvm/disk/src/qcow/
Dmod.rs1671 fn fsync(&mut self) -> std::io::Result<()> { in fsync() method
/external/crosvm/devices/src/virtio/fs/
Dpassthrough.rs1765 fn fsync(&self, _ctx: Context, inode: Inode, datasync: bool, handle: Handle) -> io::Result<()> { in fsync() method
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py4340 def fsync(self, fd): member in FakeOsModule
/external/rust/crates/libc/src/unix/
Dmod.rs986 pub fn fsync(fd: ::c_int) -> ::c_int; in fsync() function
/external/rust/crates/libc/src/
Dwasi.rs547 pub fn fsync(fd: ::c_int) -> ::c_int; in fsync() function
/external/python/cpython2/Modules/
Dposixmodule.c138 #define fsync _commit macro

12