Home
last modified time | relevance | path

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

/third_party/littlefs/
H A Dlfs.h152 LFS_SEEK_CUR = 1, // Seek relative to the current file position enumerator
623 // Equivalent to lfs_file_seek(lfs, file, 0, LFS_SEEK_CUR)
H A Dlfs.c3637 } else if (whence == LFS_SEEK_CUR) {

Completed in 10 milliseconds