Home
last modified time | relevance | path

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

123

/external/rust/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/libfuse/include/
Dcuse_lowlevel.h60 void (*fsync) (fuse_req_t req, int datasync, struct fuse_file_info *fi); member
Dfuse.h520 int (*fsync) (const char *, int, struct fuse_file_info *); member
Dfuse_lowlevel.h696 void (*fsync) (fuse_req_t req, fuse_ino_t ino, int datasync, 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/crates/rustix/src/fs/
Dfd.rs291 pub fn fsync<Fd: AsFd>(fd: Fd) -> io::Result<()> { in fsync() function
/external/rust/crates/tokio/tests/
Dio_poll_aio.rs108 fn fsync(&mut self) { in fsync() method
160 async fn fsync() { in fsync() function
/external/crosvm/base/src/
Dfile_traits.rs17 fn fsync(&mut self) -> Result<()>; in fsync() method
25 fn fsync(&mut self) -> Result<()> { in fsync() method
/external/crosvm/disk/src/
Ddisk.rs342 async fn fsync(&self) -> Result<()>; in fsync() method
451 async fn fsync(&self) -> Result<()> { in fsync() method
Dasynchronous.rs109 async fn fsync(&self) -> Result<()> { in fsync() method
Dandroid_sparse.rs371 async fn fsync(&self) -> DiskResult<()> { in fsync() method
Dcomposite.rs483 async fn fsync(&self) -> crate::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.rs228 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.java379 protected void fsync(@NonNull OutputStream out) throws IOException {} in fsync() method in ShadowPackageInstaller.ShadowSession
/external/python/pyfakefs/pyfakefs/
Dfake_os.py1202 def fsync(self, fd: int) -> None: member in FakeOsModule
/external/skia/src/core/
DSkStream.cpp449 void SkFILEWStream::fsync() in fsync() function in SkFILEWStream
/external/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs443 pub(crate) fn fsync(fd: BorrowedFd<'_>) -> io::Result<()> { in fsync() function

123