Lines Matching full:read
104 * @param mode read: FS_MODE_RD, write: FS_MODE_WR, both: FS_MODE_RD | FS_MODE_WR
129 * @return LV_FS_RES_OK: no error, the file is read
140 * Read data from an opened file
143 * @param buf pointer to a memory block where to store the read data
144 * @param btr number of Bytes To Read
145 * @param br the real number of read bytes (Byte Read)
146 * @return LV_FS_RES_OK: no error, the file is read
173 * Set the read write pointer. Also expand the file size if necessary.
176 * @param pos the new position of read write pointer
177 * @return LV_FS_RES_OK: no error, the file is read
203 * Give the position of the read write pointer
207 * @return LV_FS_RES_OK: no error, the file is read
271 * Read the next filename form a directory.