Lines Matching full:read
105 * @param mode read: FS_MODE_RD, write: FS_MODE_WR, both: FS_MODE_RD | FS_MODE_WR
137 * @return LV_FS_RES_OK: no error, the file is read
149 * Read data from an opened file
152 * @param buf pointer to a memory block where to store the read data
153 * @param btr number of Bytes To Read
154 * @param br the real number of read bytes (Byte Read)
155 * @return LV_FS_RES_OK: no error, the file is read
184 * Set the read write pointer. Also expand the file size if necessary.
187 * @param pos the new position of read write pointer
189 * @return LV_FS_RES_OK: no error, the file is read
212 * Give the position of the read write pointer
216 * @return LV_FS_RES_OK: no error, the file is read
250 * Read the next filename from a directory.