/aosp_15_r20/external/trusty/musl/src/unistd/ |
D | fdatasync.c | 4 int fdatasync(int fd) in fdatasync() function
|
/aosp_15_r20/external/musl/src/unistd/ |
H A D | fdatasync.c | 4 int fdatasync(int fd) in fdatasync() function
|
/aosp_15_r20/external/crosvm/disk/src/ |
H A D | disk.rs | 354 async fn fdatasync(&self) -> Result<()>; in fdatasync() method 459 async fn fdatasync(&self) -> Result<()> { in fdatasync() method
|
H A D | asynchronous.rs | 105 async fn fdatasync(&self) -> Result<()> { in fdatasync() method
|
H A D | zstd.rs | 315 async fn fdatasync(&self) -> DiskResult<()> { in fdatasync() method
|
H A D | android_sparse.rs | 368 async fn fdatasync(&self) -> DiskResult<()> { in fdatasync() method
|
H A D | composite.rs | 478 async fn fdatasync(&self) -> crate::Result<()> { in fdatasync() method
|
/aosp_15_r20/external/crosvm/base/src/ |
H A D | file_traits.rs | 21 fn fdatasync(&self) -> Result<()>; in fdatasync() method 29 fn fdatasync(&self) -> Result<()> { in fdatasync() method
|
/aosp_15_r20/external/ublksrv/nbd/ |
H A D | cliserv.h | 45 #define fdatasync(arg) fsync(arg) macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/fs/ |
D | fd.rs | 313 pub fn fdatasync<Fd: AsFd>(fd: Fd) -> io::Result<()> { in fdatasync() function
|
/aosp_15_r20/system/extras/libfec/ |
H A D | fec_open.cpp | 29 #define fdatasync(fd) fcntl((fd), F_FULLFSYNC) macro
|
/aosp_15_r20/external/crosvm/cros_async/src/sys/linux/ |
H A D | poll_source.rs | 356 pub async fn fdatasync(&self) -> AsyncResult<()> { in fdatasync() method
|
H A D | tokio_source.rs | 210 pub async fn fdatasync(&self) -> AsyncResult<()> { in fdatasync() method
|
H A D | uring_source.rs | 154 pub async fn fdatasync(&self) -> AsyncResult<()> { in fdatasync() method
|
/aosp_15_r20/external/crosvm/cros_async/src/sys/windows/ |
H A D | tokio_source.rs | 124 pub async fn fdatasync(&self) -> AsyncResult<()> { in fdatasync() method
|
H A D | handle_source.rs | 364 pub async fn fdatasync(&self) -> AsyncResult<()> { in fdatasync() method
|
H A D | overlapped_source.rs | 379 pub async fn fdatasync(&self) -> AsyncResult<()> { in fdatasync() method
|
/aosp_15_r20/libcore/ojluni/src/main/native/ |
H A D | FileDispatcherImpl.c | 62 #define fdatasync fsync macro
|
/aosp_15_r20/external/crosvm/cros_async/src/ |
H A D | io_source.rs | 141 pub async fn fdatasync(&self) -> AsyncResult<()> { in fdatasync() method
|
/aosp_15_r20/external/python/pyfakefs/pyfakefs/ |
D | fake_os.py | 1220 def fdatasync(self, fd: int) -> None: member in FakeOsModule
|
/aosp_15_r20/libcore/luni/src/main/java/libcore/io/ |
H A D | BlockGuardOs.java | 187 @Override public void fdatasync(FileDescriptor fd) throws ErrnoException { in fdatasync() method in BlockGuardOs
|
H A D | ForwardingOs.java | 256 public void fdatasync(FileDescriptor fd) throws ErrnoException { os.fdatasync(fd); } in fdatasync() method in ForwardingOs
|
H A D | Os.java | 196 public void fdatasync(FileDescriptor fd) throws ErrnoException; in fdatasync() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/fs/ |
D | syscalls.rs | 448 pub(crate) fn fdatasync(fd: BorrowedFd<'_>) -> io::Result<()> { in fdatasync() function
|
/aosp_15_r20/libcore/luni/src/main/java/android/system/ |
H A D | Os.java | 187 …public static void fdatasync(FileDescriptor fd) throws ErrnoException { Libcore.os.fdatasync(fd); } in fdatasync() method in Os
|