Home
last modified time | relevance | path

Searched defs:sync_all (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/fs-err/src/tokio/
Dfile.rs75 pub async fn sync_all(&self) -> io::Result<()> { in sync_all() method
/external/rust/android-crates-io/crates/tokio/src/fs/
Dfile.rs311 pub async fn sync_all(&self) -> io::Result<()> { in sync_all() method
/external/rust/android-crates-io/crates/fs-err/src/
Dfile.rs91 pub fn sync_all(&self) -> Result<(), io::Error> { in sync_all() method
/external/igt-gpu-tools/tests/i915/
Dgem_sync.c975 sync_all(int fd, int num_children, int timeout) in sync_all() function