| /external/rust/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/libfuse/include/ |
| D | cuse_lowlevel.h | 60 void (*fsync) (fuse_req_t req, int datasync, struct fuse_file_info *fi); member
|
| D | fuse.h | 520 int (*fsync) (const char *, int, struct fuse_file_info *); member
|
| D | fuse_lowlevel.h | 696 void (*fsync) (fuse_req_t req, fuse_ino_t ino, int datasync, 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/crates/rustix/src/fs/ |
| D | fd.rs | 291 pub fn fsync<Fd: AsFd>(fd: Fd) -> io::Result<()> { in fsync() function
|
| /external/rust/crates/tokio/tests/ |
| D | io_poll_aio.rs | 108 fn fsync(&mut self) { in fsync() method 160 async fn fsync() { in fsync() function
|
| /external/crosvm/base/src/ |
| D | file_traits.rs | 17 fn fsync(&mut self) -> Result<()>; in fsync() method 25 fn fsync(&mut self) -> Result<()> { in fsync() method
|
| /external/crosvm/disk/src/ |
| D | disk.rs | 342 async fn fsync(&self) -> Result<()>; in fsync() method 451 async fn fsync(&self) -> Result<()> { in fsync() method
|
| D | asynchronous.rs | 109 async fn fsync(&self) -> Result<()> { in fsync() method
|
| D | android_sparse.rs | 371 async fn fsync(&self) -> DiskResult<()> { in fsync() method
|
| D | composite.rs | 483 async fn fsync(&self) -> crate::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 | 228 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 | 379 protected void fsync(@NonNull OutputStream out) throws IOException {} in fsync() method in ShadowPackageInstaller.ShadowSession
|
| /external/python/pyfakefs/pyfakefs/ |
| D | fake_os.py | 1202 def fsync(self, fd: int) -> None: member in FakeOsModule
|
| /external/skia/src/core/ |
| D | SkStream.cpp | 449 void SkFILEWStream::fsync() in fsync() function in SkFILEWStream
|
| /external/rust/crates/rustix/src/backend/linux_raw/fs/ |
| D | syscalls.rs | 443 pub(crate) fn fsync(fd: BorrowedFd<'_>) -> io::Result<()> { in fsync() function
|