Home
last modified time | relevance | path

Searched refs:sync (Results 1 – 6 of 6) sorted by relevance

/bootable/libbootloader/gbl/libstorage/src/
Dnon_blocking.rs341 pub fn sync(mut self) -> Result<()> { in sync() method
347 self.dev.sync()?; in do_sync()
420 pub fn sync(&mut self) -> Result<()> { in sync() method
559 self.write_scoped(offset, data)?.sync() in write_blocking()
564 self.read_scoped(offset, out)?.sync() in read_blocking()
571 self.sync().unwrap(); in drop()
652 blk_ex.sync().unwrap(); in test_read()
677 blk_ex.sync().unwrap(); in test_write()
714 blk_ex.sync().unwrap(); in test_abort()
725 blk_ex.sync().unwrap(); in test_abort()
/bootable/deprecated-ota/applypatch/
Dapplypatch.cpp174 sync(); in WriteBufferToPartition()
226 sync(); in WriteBufferToPartition()
/bootable/recovery/recovery_utils/
Dlogging.cpp238 sync(); in copy_logs()
/bootable/libbootloader/gbl/efi/src/
Dnet.rs22 sync::atomic::{AtomicU64, Ordering},
/bootable/recovery/
DREADME.md35 adb sync data
Drecovery.cpp154 sync(); // For good measure. in FinishRecovery()