Home
last modified time | relevance | path

Searched refs:whence (Results 1 – 2 of 2) sorted by relevance

/littlefs-3.7.0-3.6.0/
Dlfs.h612 lfs_soff_t off, int whence);
Dlfs.c3637 lfs_soff_t off, int whence) { argument
3640 if (whence == LFS_SEEK_SET) {
3642 } else if (whence == LFS_SEEK_CUR) {
3648 } else if (whence == LFS_SEEK_END) {
6034 lfs_soff_t off, int whence) { argument
6040 (void*)lfs, (void*)file, off, whence);
6043 lfs_soff_t res = lfs_file_rawseek(lfs, file, off, whence);