Home
last modified time | relevance | path

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

12345678910>>...18

/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dio_poll_aio.rs74 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
/aosp_15_r20/external/crosvm/cros_async/src/
H A Dio_source.rs135 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
313 fn fsync() { in fsync() function
/aosp_15_r20/external/trusty/musl/src/unistd/
Dfsync.c4 int fsync(int fd) in fsync() function
/aosp_15_r20/external/musl/src/unistd/
H A Dfsync.c4 int fsync(int fd) in fsync() function
/aosp_15_r20/external/libconfig/lib/
H A Dwincompat.c31 int fsync(int fd) in fsync() function
/aosp_15_r20/external/crosvm/disk/src/
H A Ddisk.rs350 async fn fsync(&self) -> Result<()>; in fsync() method
455 async fn fsync(&self) -> Result<()> { in fsync() method
H A Dasynchronous.rs98 async fn fsync(&self) -> Result<()> { in fsync() method
H A Dzstd.rs310 async fn fsync(&self) -> DiskResult<()> { in fsync() method
/aosp_15_r20/external/crosvm/base/src/
H A Dfile_traits.rs17 fn fsync(&self) -> Result<()>; in fsync() method
25 fn fsync(&self) -> Result<()> { in fsync() method
/aosp_15_r20/system/core/storaged/include/
H A Duid_info.h51 uint64_t fsync; // number of fsync syscalls member
/aosp_15_r20/external/erofs-utils/include/erofs/
H A Dio.h30 int (*fsync)(struct erofs_vfile *vf); member
/aosp_15_r20/external/libfuse/include/
H A Dcuse_lowlevel.h60 void (*fsync) (fuse_req_t req, int datasync, struct fuse_file_info *fi); member
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DFileBridge.java163 public void fsync() throws IOException { in fsync() method in FileBridge.FileBridgeOutputStream
/aosp_15_r20/test/dittosuite/src/
H A Dread_write_file.cpp116 Reseeding reseeding, bool fsync, int input_fd_key) in WriteFile()
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/fs/
Dfd.rs291 pub fn fsync<Fd: AsFd>(fd: Fd) -> io::Result<()> { in fsync() function
/aosp_15_r20/external/crosvm/cros_async/src/sys/linux/
H A Dpoll_source.rs322 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
H A Dtokio_source.rs220 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
H A During_source.rs146 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
/aosp_15_r20/external/crosvm/cros_async/src/sys/windows/
H A Dtokio_source.rs128 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
H A Dhandle_source.rs346 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
H A Doverlapped_source.rs359 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowPackageInstaller.java380 protected void fsync(@NonNull OutputStream out) throws IOException {} in fsync() method in ShadowPackageInstaller.ShadowSession
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/src/
DPerformanceProfiler.h73 int64_t fsync[UID_STATES] = {0}; member
/aosp_15_r20/test/dittosuite/schema/
H A Dbenchmark.proto142 optional bool fsync = 7 [default = false]; field

12345678910>>...18