Lines Matching full:read
110 * @return LV_FS_RES_OK: no error, the file is read
206 * @param mode read: FS_MODE_RD, write: FS_MODE_WR, both: FS_MODE_RD | FS_MODE_WR
242 * @return LV_FS_RES_OK: no error, the file is read
254 * Read data from an opened file
257 * @param buf pointer to a memory block where to store the read data
258 * @param btr number of Bytes To Read
259 * @param br the real number of read bytes (Byte Read)
260 * @return LV_FS_RES_OK: no error, the file is read
289 * Set the read write pointer. Also expand the file size if necessary.
292 * @param pos the new position of read write pointer
293 * @return LV_FS_RES_OK: no error, the file is read
319 * Give the position of the read write pointer
323 * @return LV_FS_RES_OK: no error, the file is read
407 * Read the next filename from a directory.