/external/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_lowlevel.h | 671 void (*fsync) (fuse_req_t req, fuse_ino_t ino, int datasync, member
|
D | fuse.h | 520 int (*fsync) (const char *, int, struct fuse_file_info *); member
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPackageInstaller.java | 187 protected void fsync(@NonNull OutputStream out) throws IOException {} in fsync() method in ShadowPackageInstaller.ShadowSession
|
/external/crosvm/common/sys_util/src/ |
D | file_traits.rs | 24 fn fsync(&mut self) -> Result<()>; in fsync() method 28 fn fsync(&mut self) -> Result<()> { in fsync() method
|
/external/crosvm/base/src/unix/ |
D | file_traits.rs | 24 fn fsync(&mut self) -> Result<()>; in fsync() method 28 fn fsync(&mut self) -> Result<()> { in fsync() method
|
/external/crosvm/base/src/windows/ |
D | file_traits.rs | 22 fn fsync(&mut self) -> Result<()>; in fsync() method 26 fn fsync(&mut self) -> Result<()> { in fsync() method
|
/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/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPackageInstaller.java | 259 protected void fsync(@NonNull OutputStream out) throws IOException {} in fsync() method in ShadowPackageInstaller.ShadowSession
|
/external/crosvm/cros_async/src/ |
D | io_ext.rs | 102 async fn fsync(&self) -> Result<()>; in fsync() method 459 fn fsync() { in fsync() function
|
D | uring_source.rs | 178 async fn fsync(&self) -> AsyncResult<()> { in fsync() method 533 fn fsync() { in fsync() function
|
D | poll_source.rs | 337 async fn fsync(&self) -> AsyncResult<()> { in fsync() method
|
/external/crosvm/disk/src/ |
D | disk.rs | 280 async fn fsync(&self) -> Result<()>; in fsync() method 345 async fn fsync(&self) -> Result<()> { in fsync() method
|
D | android_sparse.rs | 229 fn fsync(&mut self) -> io::Result<()> { in fsync() method
|
D | composite.rs | 278 fn fsync(&mut self) -> io::Result<()> { in fsync() method
|
/external/crosvm/common/cros_async/src/ |
D | io_ext.rs | 102 async fn fsync(&self) -> Result<()>; in fsync() method 459 fn fsync() { in fsync() function
|
D | uring_source.rs | 178 async fn fsync(&self) -> AsyncResult<()> { in fsync() method 533 fn fsync() { in fsync() function
|
D | poll_source.rs | 337 async fn fsync(&self) -> AsyncResult<()> { in fsync() method
|
/external/ImageMagick/MagickCore/ |
D | nt-base.h | 132 # define fsync _commit macro
|
/external/crosvm/common/cros_asyncv2/src/unix/ |
D | io_driver.rs | 242 pub async fn fsync(desc: &Arc<SafeDescriptor>, datasync: bool) -> anyhow::Result<()> { in fsync() function
|
/external/crosvm/common/cros_asyncv2/src/unix/io_driver/ |
D | mio.rs | 400 pub async fn fsync(desc: &Arc<SafeDescriptor>, datasync: bool) -> anyhow::Result<()> { in fsync() function
|
/external/rust/crates/nix/src/sys/ |
D | aio.rs | 574 pub fn fsync(self: &mut Pin<Box<Self>>, mode: AioFsyncMode) -> Result<()> { in fsync() method
|
/external/skia/src/core/ |
D | SkStream.cpp | 446 void SkFILEWStream::fsync() in fsync() function in SkFILEWStream
|