Home
last modified time | relevance | path

Searched defs:write_all (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dasync_write.rs255 fn write_all<'a>(&'a mut self, buf: &'a [u8]) -> WriteAllTask<'a, Self> in write_all() method
/aosp12/system/core/fs_mgr/tools/
H A Ddmuserd.cpp79 ssize_t write_all(int fd, void* buf, size_t len) { in write_all() function