Home
last modified time | relevance | path

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

12

/external/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_lowlevel.h671 void (*fsync) (fuse_req_t req, fuse_ino_t ino, int datasync, member
Dfuse.h520 int (*fsync) (const char *, int, struct fuse_file_info *); member
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPackageInstaller.java187 protected void fsync(@NonNull OutputStream out) throws IOException {} in fsync() method in ShadowPackageInstaller.ShadowSession
/external/crosvm/common/sys_util/src/
Dfile_traits.rs24 fn fsync(&mut self) -> Result<()>; in fsync() method
28 fn fsync(&mut self) -> Result<()> { in fsync() method
/external/crosvm/base/src/unix/
Dfile_traits.rs24 fn fsync(&mut self) -> Result<()>; in fsync() method
28 fn fsync(&mut self) -> Result<()> { in fsync() method
/external/crosvm/base/src/windows/
Dfile_traits.rs22 fn fsync(&mut self) -> Result<()>; in fsync() method
26 fn fsync(&mut self) -> Result<()> { in fsync() method
/external/rust/crates/tokio/tests/
Dio_poll_aio.rs108 fn fsync(&mut self) { in fsync() method
160 async fn fsync() { in fsync() function
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPackageInstaller.java259 protected void fsync(@NonNull OutputStream out) throws IOException {} in fsync() method in ShadowPackageInstaller.ShadowSession
/external/crosvm/cros_async/src/
Dio_ext.rs102 async fn fsync(&self) -> Result<()>; in fsync() method
459 fn fsync() { in fsync() function
During_source.rs178 async fn fsync(&self) -> AsyncResult<()> { in fsync() method
533 fn fsync() { in fsync() function
Dpoll_source.rs337 async fn fsync(&self) -> AsyncResult<()> { in fsync() method
/external/crosvm/disk/src/
Ddisk.rs280 async fn fsync(&self) -> Result<()>; in fsync() method
345 async fn fsync(&self) -> Result<()> { in fsync() method
Dandroid_sparse.rs229 fn fsync(&mut self) -> io::Result<()> { in fsync() method
Dcomposite.rs278 fn fsync(&mut self) -> io::Result<()> { in fsync() method
/external/crosvm/common/cros_async/src/
Dio_ext.rs102 async fn fsync(&self) -> Result<()>; in fsync() method
459 fn fsync() { in fsync() function
During_source.rs178 async fn fsync(&self) -> AsyncResult<()> { in fsync() method
533 fn fsync() { in fsync() function
Dpoll_source.rs337 async fn fsync(&self) -> AsyncResult<()> { in fsync() method
/external/ImageMagick/MagickCore/
Dnt-base.h132 # define fsync _commit macro
/external/crosvm/common/cros_asyncv2/src/unix/
Dio_driver.rs242 pub async fn fsync(desc: &Arc<SafeDescriptor>, datasync: bool) -> anyhow::Result<()> { in fsync() function
/external/crosvm/common/cros_asyncv2/src/unix/io_driver/
Dmio.rs400 pub async fn fsync(desc: &Arc<SafeDescriptor>, datasync: bool) -> anyhow::Result<()> { in fsync() function
/external/rust/crates/nix/src/sys/
Daio.rs574 pub fn fsync(self: &mut Pin<Box<Self>>, mode: AioFsyncMode) -> Result<()> { in fsync() method
/external/skia/src/core/
DSkStream.cpp446 void SkFILEWStream::fsync() in fsync() function in SkFILEWStream

12