Home
last modified time | relevance | path

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

/littlefs-3.5.0-3.4.0/tests/
Dtest_paths.toml166 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 …]
Dtest_orphans.toml33 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;
Dtest_move.toml44 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 …]
Dtest_relocations.toml175 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;
Dtest_dirs.toml176 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 …]
Dtest_superblocks.toml66 assert(err == 0 || (err == LFS_ERR_NOENT && i == 0));
104 assert(err == 0 || (err == LFS_ERR_NOENT && i == 0));
Dtest_entries.toml494 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;
Dtest_files.toml300 assert(err == LFS_ERR_NOENT || err == 0);
354 assert(err == LFS_ERR_NOENT || err == 0);
Dtest_seek.toml319 assert(!err || err == LFS_ERR_NOENT);
Dtest_truncate.toml211 assert(!err || err == LFS_ERR_NOENT);
/littlefs-3.5.0-3.4.0/
Dlfs.c644 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 …]
Dlfs.h77 LFS_ERR_NOENT = -2, // No directory entry enumerator