Home
last modified time | relevance | path

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

/kernel/uniproton/src/fs/vfs/
H A Dvfs_fs.c794 ssize_t totalBytesRead; in OsVfsReadv() local
817 totalBytesRead = read(fd, buf, bufLen); in OsVfsReadv()
818 if ((size_t)totalBytesRead < totalLen) { in OsVfsReadv()
819 totalLen = (size_t)totalBytesRead; in OsVfsReadv()
839 return totalBytesRead; in OsVfsReadv()
/kernel/liteos_m/components/fs/vfs/
H A Dvfs_fs.c1155 ssize_t totalBytesRead; in readv() local
1178 totalBytesRead = read(fd, buf, bufLen); in readv()
1179 if ((size_t)totalBytesRead < totalLen) { in readv()
1180 totalLen = (size_t)totalBytesRead; in readv()
1200 return totalBytesRead; in readv()

Completed in 4 milliseconds