Home
last modified time | relevance | path

Searched refs:LFS_ERR_NOENT (Results 1 – 13 of 13) sorted by relevance

/littlefs-3.7.0-3.6.0/tests/
Dtest_paths.toml190 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 …]
Dtest_move.toml48 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 …]
Dtest_relocations.toml201 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;
Dtest_orphans.toml36 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;
Dtest_dirs.toml203 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 …]
Dtest_entries.toml519 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;
Dtest_superblocks.toml146 assert(err == 0 || (err == LFS_ERR_NOENT && i == 0));
189 assert(err == 0 || (err == LFS_ERR_NOENT && i == 0));
Dtest_files.toml318 assert(err == LFS_ERR_NOENT || err == 0);
375 assert(err == LFS_ERR_NOENT || err == 0);
Dtest_seek.toml342 assert(!err || err == LFS_ERR_NOENT);
Dtest_truncate.toml243 assert(!err || err == LFS_ERR_NOENT);
/littlefs-3.7.0-3.6.0/
Dlfs.c724 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 …]
Dlfs.h75 LFS_ERR_NOENT = -2, // No directory entry enumerator
/littlefs-3.7.0-3.6.0/benches/
Dbench_dir.toml146 assert(!err || err == LFS_ERR_NOENT);
263 assert(!err || err == LFS_ERR_NOENT);