Searched refs:LFS_ERR_NOENT (Results 1 – 12 of 12) sorted by relevance
/littlefs-3.5.0-3.4.0/tests/ |
D | test_paths.toml | 166 lfs_stat(&lfs, "dirt", &info) => LFS_ERR_NOENT; 167 lfs_stat(&lfs, "dirt/ground", &info) => LFS_ERR_NOENT; 168 lfs_stat(&lfs, "dirt/ground/earth", &info) => LFS_ERR_NOENT; 170 lfs_remove(&lfs, "dirt") => LFS_ERR_NOENT; 171 lfs_remove(&lfs, "dirt/ground") => LFS_ERR_NOENT; 172 lfs_remove(&lfs, "dirt/ground/earth") => LFS_ERR_NOENT; 174 lfs_mkdir(&lfs, "dirt/ground") => LFS_ERR_NOENT; 176 => LFS_ERR_NOENT; 177 lfs_mkdir(&lfs, "dirt/ground/earth") => LFS_ERR_NOENT; 179 => LFS_ERR_NOENT; [all …]
|
D | test_orphans.toml | 33 lfs_stat(&lfs, "parent/orphan", &info) => LFS_ERR_NOENT; 39 lfs_stat(&lfs, "parent/orphan", &info) => LFS_ERR_NOENT; 45 lfs_stat(&lfs, "parent/orphan", &info) => LFS_ERR_NOENT; 52 lfs_stat(&lfs, "parent/orphan", &info) => LFS_ERR_NOENT; 86 if (res == LFS_ERR_NOENT) { 115 lfs_stat(&lfs, full_path, &info) => LFS_ERR_NOENT;
|
D | test_move.toml | 44 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT; 45 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT; 54 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => LFS_ERR_NOENT; 135 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT; 136 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT; 145 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => LFS_ERR_NOENT; 235 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT; 236 lfs_file_open(&lfs, &file, "c/hello", LFS_O_RDONLY) => LFS_ERR_NOENT; 237 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => LFS_ERR_NOENT; 324 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT; [all …]
|
D | test_relocations.toml | 175 if (res == LFS_ERR_NOENT) { 204 lfs_stat(&lfs, full_path, &info) => LFS_ERR_NOENT; 237 assert(!res || res == LFS_ERR_NOENT); 238 if (res == LFS_ERR_NOENT) { 266 assert(!res || res == LFS_ERR_NOENT); 267 if (res == LFS_ERR_NOENT) { 289 lfs_stat(&lfs, full_path, &info) => LFS_ERR_NOENT; 300 lfs_stat(&lfs, full_path, &info) => LFS_ERR_NOENT;
|
D | test_dirs.toml | 176 assert(err == 0 || err == LFS_ERR_NOENT); 402 assert(err == 0 || err == LFS_ERR_NOENT); 516 lfs_remove(&lfs, "potato") => LFS_ERR_NOENT; 517 lfs_remove(&lfs, "coldpotato") => LFS_ERR_NOENT; 518 lfs_remove(&lfs, "warmpotato") => LFS_ERR_NOENT; 535 lfs_remove(&lfs, "coldpotato") => LFS_ERR_NOENT; 636 lfs_remove(&lfs, "prickly-pear") => LFS_ERR_NOENT; 640 lfs_remove(&lfs, "prickly-pear") => LFS_ERR_NOENT; 662 lfs_dir_open(&lfs, &dir, "tomato") => LFS_ERR_NOENT; 664 lfs_file_open(&lfs, &file, "tomato", LFS_O_RDONLY) => LFS_ERR_NOENT; [all …]
|
D | test_superblocks.toml | 66 assert(err == 0 || (err == LFS_ERR_NOENT && i == 0)); 104 assert(err == 0 || (err == LFS_ERR_NOENT && i == 0));
|
D | test_entries.toml | 494 lfs_stat(&lfs, "hi1", &info) => LFS_ERR_NOENT; 518 lfs_stat(&lfs, "hi2", &info) => LFS_ERR_NOENT; 535 lfs_stat(&lfs, "hi3", &info) => LFS_ERR_NOENT; 545 lfs_stat(&lfs, "hi0", &info) => LFS_ERR_NOENT;
|
D | test_files.toml | 300 assert(err == LFS_ERR_NOENT || err == 0); 354 assert(err == LFS_ERR_NOENT || err == 0);
|
D | test_seek.toml | 319 assert(!err || err == LFS_ERR_NOENT);
|
D | test_truncate.toml | 211 assert(!err || err == LFS_ERR_NOENT);
|
/littlefs-3.5.0-3.4.0/ |
D | lfs.c | 644 return LFS_ERR_NOENT; in lfs_dir_getslice() 653 return LFS_ERR_NOENT; in lfs_dir_getslice() 670 return LFS_ERR_NOENT; in lfs_dir_getslice() 1223 return LFS_ERR_NOENT; in lfs_dir_fetchmatch() 1252 if (res < 0 && res != LFS_ERR_NOENT) { in lfs_dir_getgstate() 1256 if (res != LFS_ERR_NOENT) { in lfs_dir_getgstate() 1420 return LFS_ERR_NOENT; in lfs_dir_find() 2040 if (err && err != LFS_ERR_NOENT) { in lfs_dir_relocatingcommit() 2044 if (err != LFS_ERR_NOENT && pdir->split) { in lfs_dir_relocatingcommit() 2277 if (tag < 0 && tag != LFS_ERR_NOENT) { in lfs_dir_orphaningcommit() [all …]
|
D | lfs.h | 77 LFS_ERR_NOENT = -2, // No directory entry enumerator
|