/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/crosvm/cros_async/src/ |
H A D | io_source.rs | 135 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method 313 fn fsync() { in fsync() function
|
/aosp_15_r20/external/trusty/musl/src/unistd/ |
D | fsync.c | 4 int fsync(int fd) in fsync() function
|
/aosp_15_r20/external/musl/src/unistd/ |
H A D | fsync.c | 4 int fsync(int fd) in fsync() function
|
/aosp_15_r20/external/libconfig/lib/ |
H A D | wincompat.c | 31 int fsync(int fd) in fsync() function
|
/aosp_15_r20/external/crosvm/disk/src/ |
H A D | disk.rs | 350 async fn fsync(&self) -> Result<()>; in fsync() method 455 async fn fsync(&self) -> Result<()> { in fsync() method
|
H A D | asynchronous.rs | 98 async fn fsync(&self) -> Result<()> { in fsync() method
|
H A D | zstd.rs | 310 async fn fsync(&self) -> DiskResult<()> { in fsync() method
|
/aosp_15_r20/external/crosvm/base/src/ |
H A D | file_traits.rs | 17 fn fsync(&self) -> Result<()>; in fsync() method 25 fn fsync(&self) -> Result<()> { in fsync() method
|
/aosp_15_r20/system/core/storaged/include/ |
H A D | uid_info.h | 51 uint64_t fsync; // number of fsync syscalls member
|
/aosp_15_r20/external/erofs-utils/include/erofs/ |
H A D | io.h | 30 int (*fsync)(struct erofs_vfile *vf); member
|
/aosp_15_r20/external/libfuse/include/ |
H A D | cuse_lowlevel.h | 60 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 D | FileBridge.java | 163 public void fsync() throws IOException { in fsync() method in FileBridge.FileBridgeOutputStream
|
/aosp_15_r20/test/dittosuite/src/ |
H A D | read_write_file.cpp | 116 Reseeding reseeding, bool fsync, int input_fd_key) in WriteFile()
|
/aosp_15_r20/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
|
/aosp_15_r20/external/crosvm/cros_async/src/sys/linux/ |
H A D | poll_source.rs | 322 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
|
H A D | tokio_source.rs | 220 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
|
H A D | uring_source.rs | 146 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
|
/aosp_15_r20/external/crosvm/cros_async/src/sys/windows/ |
H A D | tokio_source.rs | 128 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
|
H A D | handle_source.rs | 346 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
|
H A D | overlapped_source.rs | 359 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() method
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowPackageInstaller.java | 380 protected void fsync(@NonNull OutputStream out) throws IOException {} in fsync() method in ShadowPackageInstaller.ShadowSession
|
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/src/ |
D | PerformanceProfiler.h | 73 int64_t fsync[UID_STATES] = {0}; member
|
/aosp_15_r20/test/dittosuite/schema/ |
H A D | benchmark.proto | 142 optional bool fsync = 7 [default = false]; field
|