Home
last modified time | relevance | path

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

/third_party/littlefs/
H A Dlfs.h153 LFS_SEEK_END = 2, // Seek relative to the end of the file enumerator
635 // Similar to lfs_file_seek(lfs, file, 0, LFS_SEEK_END)
H A Dlfs.c3643 } else if (whence == LFS_SEEK_END) {
3756 lfs_soff_t res = lfs_file_rawseek(lfs, file, 0, LFS_SEEK_END);

Completed in 9 milliseconds