Home
last modified time | relevance | path

Searched refs:totalBytesWritten (Results 1 - 2 of 2) sorted by relevance

/kernel/uniproton/src/fs/vfs/
H A Dvfs_fs.c851 ssize_t totalBytesWritten; in OsVfsWritev() local
890 totalBytesWritten = write(fd, buf, bufLen); in OsVfsWritev()
893 return totalBytesWritten; in OsVfsWritev()
/kernel/liteos_m/components/fs/vfs/
H A Dvfs_fs.c1212 ssize_t totalBytesWritten; in writev() local
1251 totalBytesWritten = write(fd, buf, bufLen); in writev()
1254 return totalBytesWritten; in writev()

Completed in 4 milliseconds