/external/rust/android-crates-io/crates/vmm-sys-util/src/unix/ |
D | file_traits.rs | 19 fn fsync(&mut self) -> Result<()>; in fsync() method 23 fn fsync(&mut self) -> Result<()> { in fsync() method
|
/external/musl/src/unistd/ |
D | fsync.c | 4 int fsync(int fd) in fsync() function
|
/external/trusty/musl/src/unistd/ |
D | fsync.c | 4 int fsync(int fd) in fsync() function
|
/external/libconfig/lib/ |
D | wincompat.c | 31 int fsync(int fd) in fsync() function
|
/external/rust/android-crates-io/crates/tokio/tests/ |
D | io_poll_aio.rs | 74 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/ |
D | io.h | 30 int (*fsync)(struct erofs_vfile *vf); member
|
/external/libfuse/include/ |
D | cuse_lowlevel.h | 60 void (*fsync) (fuse_req_t req, int datasync, struct fuse_file_info *fi); member
|
D | fuse_lowlevel.h | 739 void (*fsync) (fuse_req_t req, fuse_ino_t ino, int datasync, member
|
D | fuse.h | 544 int (*fsync) (const char *, int, struct fuse_file_info *); member
|
/external/crosvm/cros_async/src/ |
D | io_source.rs | 135 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method 313 fn fsync() { in fsync() function
|
/external/rust/android-crates-io/crates/rustix/src/fs/ |
D | fd.rs | 291 pub fn fsync<Fd: AsFd>(fd: Fd) -> io::Result<()> { in fsync() function
|
/external/crosvm/disk/src/ |
D | asynchronous.rs | 98 async fn fsync(&self) -> Result<()> { in fsync() method
|
D | disk.rs | 350 async fn fsync(&self) -> Result<()>; in fsync() method 455 async fn fsync(&self) -> Result<()> { in fsync() method
|
D | zstd.rs | 385 async fn fsync(&self) -> DiskResult<()> { in fsync() method
|
/external/crosvm/base/src/ |
D | file_traits.rs | 17 fn fsync(&self) -> Result<()>; in fsync() method 25 fn fsync(&self) -> Result<()> { in fsync() method
|
/external/crosvm/cros_async/src/sys/linux/ |
D | poll_source.rs | 322 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
|
D | tokio_source.rs | 220 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
|
D | uring_source.rs | 146 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
|
/external/crosvm/cros_async/src/sys/windows/ |
D | tokio_source.rs | 128 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
|
D | handle_source.rs | 346 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
|
D | overlapped_source.rs | 359 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPackageInstaller.java | 382 protected void fsync(@Nonnull OutputStream out) throws IOException {} in fsync() method in ShadowPackageInstaller.ShadowSession
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_os.py | 1289 def fsync(self, fd: int) -> None: member in FakeOsModule
|
/external/skia/src/core/ |
D | SkStream.cpp | 453 void SkFILEWStream::fsync() in fsync() function in SkFILEWStream
|
/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/fs/ |
D | syscalls.rs | 443 pub(crate) fn fsync(fd: BorrowedFd<'_>) -> io::Result<()> { in fsync() function
|