Searched refs:LFS_SEEK_END (Results 1 – 3 of 3) sorted by relevance
/third_party/littlefs/tests/ |
D | test_seek.toml | 60 lfs_file_seek(&lfs, &file, -size, LFS_SEEK_END) >= 0 => 1; 121 lfs_file_seek(&lfs, &file, -size, LFS_SEEK_END) >= 0 => 1; 234 LFS_SEEK_END) => LFS_ERR_INVAL;
|
/third_party/littlefs/ |
D | lfs.h | 152 LFS_SEEK_END = 2, // Seek relative to the end of the file enumerator
|
D | lfs.c | 3071 } else if (whence == LFS_SEEK_END) { 3131 lfs_soff_t res = lfs_file_rawseek(lfs, file, 0, LFS_SEEK_END);
|