Searched refs:LFS_O_APPEND (Results 1 – 6 of 6) sorted by relevance
/littlefs-3.5.0-3.4.0/tests/ |
D | test_seek.toml | 15 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_APPEND) => 0; 84 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_APPEND) => 0; 139 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_APPEND) => 0; 199 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_APPEND) => 0;
|
D | test_alloc.toml | 21 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_APPEND) => 0; 63 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_APPEND) => 0; 106 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_APPEND) => 0; 160 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_APPEND) => 0;
|
D | test_files.toml | 182 lfs_file_open(&lfs, &file, "avacado", LFS_O_WRONLY | LFS_O_APPEND) => 0; 339 {MODE='LFS_O_APPEND', SIZE=[32, 0, 7, 2049], CHUNKSIZE=[31, 16, 65]}, 376 lfs_size_t skip = (MODE == LFS_O_APPEND) ? size : 0;
|
D | test_interspersed.toml | 192 LFS_O_WRONLY | LFS_O_CREAT | LFS_O_APPEND) => 0;
|
/littlefs-3.5.0-3.4.0/ |
D | lfs.h | 134 LFS_O_APPEND = 0x0800, // Move to end of file on every write enumerator
|
D | lfs.c | 3431 if ((file->flags & LFS_O_APPEND) && file->pos < file->ctz.size) {
|