Home
last modified time | relevance | path

Searched refs:LFS_ERR_NOTEMPTY (Results 1 – 6 of 6) sorted by relevance

/littlefs-latest/tests/
Dtest_dirs.toml579 lfs_remove(&lfs, "potato") => LFS_ERR_NOTEMPTY;
596 lfs_remove(&lfs, "hotpotato") => LFS_ERR_NOTEMPTY;
603 lfs_rename(&lfs, "coldpotato", "hotpotato") => LFS_ERR_NOTEMPTY;
604 lfs_remove(&lfs, "coldpotato") => LFS_ERR_NOTEMPTY;
605 lfs_remove(&lfs, "hotpotato") => LFS_ERR_NOTEMPTY;
607 lfs_rename(&lfs, "coldpotato", "hotpotato") => LFS_ERR_NOTEMPTY;
608 lfs_remove(&lfs, "coldpotato") => LFS_ERR_NOTEMPTY;
609 lfs_remove(&lfs, "hotpotato") => LFS_ERR_NOTEMPTY;
613 lfs_remove(&lfs, "hotpotato") => LFS_ERR_NOTEMPTY;
639 lfs_remove(&lfs, "hotpotato") => LFS_ERR_NOTEMPTY;
[all …]
Dtest_relocations.toml230 assert(!err || err == LFS_ERR_NOTEMPTY);
311 assert(!err || err == LFS_ERR_NOTEMPTY);
335 assert(!err || err == LFS_ERR_NOTEMPTY);
Dtest_orphans.toml265 assert(!err || err == LFS_ERR_NOTEMPTY);
Dtest_paths.toml2231 lfs_remove(&lfs, "coffee/drip/..") => LFS_ERR_NOTEMPTY;
4512 lfs_remove(&lfs, "coffee/_rip/..") => LFS_ERR_NOTEMPTY;
/littlefs-latest/
Dlfs.h78 LFS_ERR_NOTEMPTY = -39, // Dir is not empty enumerator
Dlfs.c3917 return LFS_ERR_NOTEMPTY;
4037 return LFS_ERR_NOTEMPTY;