Searched refs:LFS_ERR_NOENT (Results 1 – 13 of 13) sorted by relevance
/littlefs-3.7.0-3.6.0/tests/ |
D | test_paths.toml | 190 lfs_stat(&lfs, "dirt", &info) => LFS_ERR_NOENT; 191 lfs_stat(&lfs, "dirt/ground", &info) => LFS_ERR_NOENT; 192 lfs_stat(&lfs, "dirt/ground/earth", &info) => LFS_ERR_NOENT; 194 lfs_remove(&lfs, "dirt") => LFS_ERR_NOENT; 195 lfs_remove(&lfs, "dirt/ground") => LFS_ERR_NOENT; 196 lfs_remove(&lfs, "dirt/ground/earth") => LFS_ERR_NOENT; 198 lfs_mkdir(&lfs, "dirt/ground") => LFS_ERR_NOENT; 201 => LFS_ERR_NOENT; 202 lfs_mkdir(&lfs, "dirt/ground/earth") => LFS_ERR_NOENT; 204 => LFS_ERR_NOENT; [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; 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; 156 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => LFS_ERR_NOENT; 251 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT; 252 lfs_file_open(&lfs, &file, "c/hello", LFS_O_RDONLY) => LFS_ERR_NOENT; 253 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => LFS_ERR_NOENT; 344 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT; [all …]
|
D | test_relocations.toml | 201 if (res == LFS_ERR_NOENT) { 233 lfs_stat(&lfs, full_path, &info) => LFS_ERR_NOENT; 270 assert(!res || res == LFS_ERR_NOENT); 271 if (res == LFS_ERR_NOENT) { 301 assert(!res || res == LFS_ERR_NOENT); 302 if (res == LFS_ERR_NOENT) { 326 lfs_stat(&lfs, full_path, &info) => LFS_ERR_NOENT; 338 lfs_stat(&lfs, full_path, &info) => LFS_ERR_NOENT;
|
D | test_orphans.toml | 36 lfs_stat(&lfs, "parent/orphan", &info) => LFS_ERR_NOENT; 42 lfs_stat(&lfs, "parent/orphan", &info) => LFS_ERR_NOENT; 48 lfs_stat(&lfs, "parent/orphan", &info) => LFS_ERR_NOENT; 55 lfs_stat(&lfs, "parent/orphan", &info) => LFS_ERR_NOENT; 236 if (res == LFS_ERR_NOENT) { 268 lfs_stat(&lfs, full_path, &info) => LFS_ERR_NOENT;
|
D | test_dirs.toml | 203 assert(err == 0 || err == LFS_ERR_NOENT); 462 assert(err == 0 || err == LFS_ERR_NOENT); 585 lfs_remove(&lfs, "potato") => LFS_ERR_NOENT; 586 lfs_remove(&lfs, "coldpotato") => LFS_ERR_NOENT; 587 lfs_remove(&lfs, "warmpotato") => LFS_ERR_NOENT; 604 lfs_remove(&lfs, "coldpotato") => LFS_ERR_NOENT; 712 lfs_remove(&lfs, "prickly-pear") => LFS_ERR_NOENT; 716 lfs_remove(&lfs, "prickly-pear") => LFS_ERR_NOENT; 741 lfs_dir_open(&lfs, &dir, "tomato") => LFS_ERR_NOENT; 743 lfs_file_open(&lfs, &file, "tomato", LFS_O_RDONLY) => LFS_ERR_NOENT; [all …]
|
D | test_entries.toml | 519 lfs_stat(&lfs, "hi1", &info) => LFS_ERR_NOENT; 543 lfs_stat(&lfs, "hi2", &info) => LFS_ERR_NOENT; 560 lfs_stat(&lfs, "hi3", &info) => LFS_ERR_NOENT; 570 lfs_stat(&lfs, "hi0", &info) => LFS_ERR_NOENT;
|
D | test_superblocks.toml | 146 assert(err == 0 || (err == LFS_ERR_NOENT && i == 0)); 189 assert(err == 0 || (err == LFS_ERR_NOENT && i == 0));
|
D | test_files.toml | 318 assert(err == LFS_ERR_NOENT || err == 0); 375 assert(err == LFS_ERR_NOENT || err == 0);
|
D | test_seek.toml | 342 assert(!err || err == LFS_ERR_NOENT);
|
D | test_truncate.toml | 243 assert(!err || err == LFS_ERR_NOENT);
|
/littlefs-3.7.0-3.6.0/ |
D | lfs.c | 724 return LFS_ERR_NOENT; in lfs_dir_getslice() 733 return LFS_ERR_NOENT; in lfs_dir_getslice() 750 return LFS_ERR_NOENT; in lfs_dir_getslice() 1345 return LFS_ERR_NOENT; in lfs_dir_fetchmatch() 1369 if (res < 0 && res != LFS_ERR_NOENT) { in lfs_dir_getgstate() 1373 if (res != LFS_ERR_NOENT) { in lfs_dir_getgstate() 1537 return LFS_ERR_NOENT; in lfs_dir_find() 2211 if (err && err != LFS_ERR_NOENT) { in lfs_dir_relocatingcommit() 2215 if (err != LFS_ERR_NOENT && pdir->split) { in lfs_dir_relocatingcommit() 2448 if (tag < 0 && tag != LFS_ERR_NOENT) { in lfs_dir_orphaningcommit() [all …]
|
D | lfs.h | 75 LFS_ERR_NOENT = -2, // No directory entry enumerator
|
/littlefs-3.7.0-3.6.0/benches/ |
D | bench_dir.toml | 146 assert(!err || err == LFS_ERR_NOENT); 263 assert(!err || err == LFS_ERR_NOENT);
|