Home
last modified time | relevance | path

Searched refs:sync_data (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
H A Dasync_file.rs241 pub async fn sync_data(&self) -> io::Result<()> { in sync_data() method
247 async_op(move || file.sync_data()).await in sync_data()
729 let ret = file.sync_data().await; in ut_fs_file_sync_all()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dasync_fs.rs287 let ret = file.sync_data().await; in sdv_async_fs_sync_all()