/littlefs-3.7.0-3.6.0/tests/ |
D | test_entries.toml | 55 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0; 71 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0; 78 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0; 85 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0; 92 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0; 148 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0; 164 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0; 171 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0; 178 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0; 185 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0; [all …]
|
D | test_move.toml | 48 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT; 49 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT; 50 lfs_file_open(&lfs, &file, "c/hello", LFS_O_RDONLY) => 0; 59 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => LFS_ERR_NOENT; 146 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT; 147 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT; 148 lfs_file_open(&lfs, &file, "c/hello", LFS_O_RDONLY) => 0; 156 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => LFS_ERR_NOENT; 243 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => 0; 251 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT; [all …]
|
D | test_files.toml | 18 lfs_file_open(&lfs, &file, "hello", LFS_O_RDONLY) => 0; 51 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0; 93 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0; 123 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0; 178 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0; 208 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0; 258 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0; 288 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0; 317 err = lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY); 339 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0; [all …]
|
D | test_attrs.toml | 75 lfs_file_open(&lfs, &file, "hello/hello", LFS_O_RDONLY) => 0; 155 lfs_file_open(&lfs, &file, "hello/hello", LFS_O_RDONLY) => 0; 190 lfs_file_opencfg(&lfs, &file, "hello/hello", LFS_O_RDONLY, &cfg1) => 0; 201 lfs_file_opencfg(&lfs, &file, "hello/hello", LFS_O_RDONLY, &cfg1) => 0; 213 lfs_file_opencfg(&lfs, &file, "hello/hello", LFS_O_RDONLY, &cfg1) => 0; 225 lfs_file_opencfg(&lfs, &file, "hello/hello", LFS_O_RDONLY, &cfg1) => 0; 245 lfs_file_opencfg(&lfs, &file, "hello/hello", LFS_O_RDONLY, &cfg1) => 0; 259 lfs_file_opencfg(&lfs, &file, "hello/hello", LFS_O_RDONLY, &cfg3) => 0; 265 lfs_file_open(&lfs, &file, "hello/hello", LFS_O_RDONLY) => 0;
|
D | test_powerloss.toml | 26 lfs_file_open(&lfs, &file, "notebook/paper", LFS_O_RDONLY) => 0; 55 lfs_file_open(&lfs, &file, "notebook/paper", LFS_O_RDONLY) => 0; 73 lfs_file_open(&lfs, &file, "notebook/paper", LFS_O_RDONLY) => 0; 119 lfs_file_open(&lfs, &file, "notebook/paper", LFS_O_RDONLY) => 0; 151 lfs_file_open(&lfs, &file, "notebook/paper", LFS_O_RDONLY) => 0; 169 lfs_file_open(&lfs, &file, "notebook/paper", LFS_O_RDONLY) => 0;
|
D | test_interspersed.toml | 51 lfs_file_open(&lfs, &files[j], path, LFS_O_RDONLY) => 0; 119 lfs_file_open(&lfs, &file, "zzz", LFS_O_RDONLY) => 0; 179 lfs_file_open(&lfs, &files[0], "e", LFS_O_RDONLY) => 0; 180 lfs_file_open(&lfs, &files[1], "g", LFS_O_RDONLY) => 0; 254 lfs_file_open(&lfs, &files[j], path, LFS_O_RDONLY) => 0;
|
D | test_exhaustion.toml | 63 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0; 153 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0; 252 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0; 349 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0; 442 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0;
|
D | test_alloc.toml | 46 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0; 97 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0; 149 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0; 209 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0; 265 lfs_file_open(&lfs, &file, "exhaustion", LFS_O_RDONLY); 319 lfs_file_open(&lfs, &file, "exhaustion", LFS_O_RDONLY); 462 lfs_file_open(&lfs, &file, "pacman", LFS_O_RDONLY) => 0;
|
D | test_badblocks.toml | 69 lfs_file_open(&lfs, &file, (char*)buffer, LFS_O_RDONLY) => 0; 149 lfs_file_open(&lfs, &file, (char*)buffer, LFS_O_RDONLY) => 0; 228 lfs_file_open(&lfs, &file, (char*)buffer, LFS_O_RDONLY) => 0;
|
D | test_truncate.toml | 37 lfs_file_open(&lfs, &file, "baldynoop", LFS_O_RDONLY) => 0; 96 lfs_file_open(&lfs, &file, "baldyread", LFS_O_RDONLY) => 0; 213 lfs_file_open(&lfs, &file, "baldywrite", LFS_O_RDONLY) => 0; 242 err = lfs_file_open(&lfs, &file, "baldy", LFS_O_RDONLY); 425 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0;
|
D | test_evil.toml | 75 LFS_O_RDONLY) => LFS_ERR_CORRUPT; 122 lfs_file_open(&lfs, &file, "file_here", LFS_O_RDONLY) => 0; 187 lfs_file_open(&lfs, &file, "file_here", LFS_O_RDONLY) => 0;
|
D | test_superblocks.toml | 257 lfs_file_open(&lfs, &file, "test", LFS_O_RDONLY) => 0; 312 lfs_file_open(&lfs, &file, "test", LFS_O_RDONLY) => 0; 460 lfs_file_open(&lfs, &file, "test", LFS_O_RDONLY) => 0;
|
D | test_compat.toml | 44 #define LFSP_O_RDONLY LFS_O_RDONLY 224 lfs_file_open(&lfs, &file, name, LFS_O_RDONLY) => 0; 341 lfs_file_open(&lfs, &file, name, LFS_O_RDONLY) => 0; 528 lfs_file_open(&lfs, &file, name, LFS_O_RDONLY) => 0; 677 lfs_file_open(&lfs, &file, name, LFS_O_RDONLY) => 0; 1408 lfs_file_open(&lfs, &file, "test", LFS_O_RDONLY) => 0; 1443 lfs_file_open(&lfs, &file, "test", LFS_O_RDONLY) => 0;
|
D | test_seek.toml | 29 lfs_file_open(&lfs, &file, "kitty", LFS_O_RDONLY) => 0; 341 err = lfs_file_open(&lfs, &file, "kitty", LFS_O_RDONLY);
|
D | test_dirs.toml | 743 lfs_file_open(&lfs, &file, "tomato", LFS_O_RDONLY) => LFS_ERR_NOENT; 744 lfs_file_open(&lfs, &file, "potato", LFS_O_RDONLY) => LFS_ERR_ISDIR; 753 lfs_file_open(&lfs, &file, "/", LFS_O_RDONLY) => LFS_ERR_ISDIR;
|
/littlefs-3.7.0-3.6.0/benches/ |
D | bench_file.toml | 32 lfs_file_open(&lfs, &file, "file", LFS_O_RDONLY) => 0;
|
D | bench_dir.toml | 44 lfs_file_open(&lfs, &file, name, LFS_O_RDONLY) => 0;
|
/littlefs-3.7.0-3.6.0/ |
D | lfs.h | 127 LFS_O_RDONLY = 1, // Open a file as read only enumerator
|
D | lfs.c | 3024 LFS_ASSERT((flags & LFS_O_RDONLY) == LFS_O_RDONLY); 3105 if ((file->flags & LFS_O_RDONLY) == LFS_O_RDONLY) { 3308 .flags = LFS_O_RDONLY, 3487 LFS_ASSERT((file->flags & LFS_O_RDONLY) == LFS_O_RDONLY);
|