Home
last modified time | relevance | path

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

123

/external/rust/android-crates-io/crates/vmm-sys-util/src/unix/
Dfile_traits.rs19 fn fsync(&mut self) -> Result<()>; in fsync() method
23 fn fsync(&mut self) -> Result<()> { in fsync() method
/external/musl/src/unistd/
Dfsync.c4 int fsync(int fd) in fsync() function
/external/trusty/musl/src/unistd/
Dfsync.c4 int fsync(int fd) in fsync() function
/external/libconfig/lib/
Dwincompat.c31 int fsync(int fd) in fsync() function
/external/rust/android-crates-io/crates/tokio/tests/
Dio_poll_aio.rs74 fn fsync(mut self: Pin<&mut Self>) { in fsync() method
104 pub fn fsync(self: Pin<&mut Self>) { in fsync() method
136 async fn fsync() { in fsync() function
/external/erofs-utils/include/erofs/
Dio.h30 int (*fsync)(struct erofs_vfile *vf); member
/external/libfuse/include/
Dcuse_lowlevel.h60 void (*fsync) (fuse_req_t req, int datasync, struct fuse_file_info *fi); member
Dfuse_lowlevel.h739 void (*fsync) (fuse_req_t req, fuse_ino_t ino, int datasync, member
Dfuse.h544 int (*fsync) (const char *, int, struct fuse_file_info *); member
/external/crosvm/cros_async/src/
Dio_source.rs135 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
313 fn fsync() { in fsync() function
/external/rust/android-crates-io/crates/rustix/src/fs/
Dfd.rs291 pub fn fsync<Fd: AsFd>(fd: Fd) -> io::Result<()> { in fsync() function
/external/crosvm/disk/src/
Dasynchronous.rs98 async fn fsync(&self) -> Result<()> { in fsync() method
Ddisk.rs350 async fn fsync(&self) -> Result<()>; in fsync() method
455 async fn fsync(&self) -> Result<()> { in fsync() method
Dzstd.rs385 async fn fsync(&self) -> DiskResult<()> { in fsync() method
/external/crosvm/base/src/
Dfile_traits.rs17 fn fsync(&self) -> Result<()>; in fsync() method
25 fn fsync(&self) -> Result<()> { in fsync() method
/external/crosvm/cros_async/src/sys/linux/
Dpoll_source.rs322 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
Dtokio_source.rs220 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
During_source.rs146 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
/external/crosvm/cros_async/src/sys/windows/
Dtokio_source.rs128 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
Dhandle_source.rs346 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
Doverlapped_source.rs359 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPackageInstaller.java382 protected void fsync(@Nonnull OutputStream out) throws IOException {} in fsync() method in ShadowPackageInstaller.ShadowSession
/external/python/pyfakefs/pyfakefs/
Dfake_os.py1289 def fsync(self, fd: int) -> None: member in FakeOsModule
/external/skia/src/core/
DSkStream.cpp453 void SkFILEWStream::fsync() in fsync() function in SkFILEWStream
/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs443 pub(crate) fn fsync(fd: BorrowedFd<'_>) -> io::Result<()> { in fsync() function

123