Searched refs:LFS_ERR_NOTEMPTY (Results 1 – 6 of 6) sorted by relevance
| /littlefs-latest/tests/ |
| D | test_dirs.toml | 579 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 …]
|
| D | test_relocations.toml | 230 assert(!err || err == LFS_ERR_NOTEMPTY); 311 assert(!err || err == LFS_ERR_NOTEMPTY); 335 assert(!err || err == LFS_ERR_NOTEMPTY);
|
| D | test_orphans.toml | 265 assert(!err || err == LFS_ERR_NOTEMPTY);
|
| D | test_paths.toml | 2231 lfs_remove(&lfs, "coffee/drip/..") => LFS_ERR_NOTEMPTY; 4512 lfs_remove(&lfs, "coffee/_rip/..") => LFS_ERR_NOTEMPTY;
|
| /littlefs-latest/ |
| D | lfs.h | 78 LFS_ERR_NOTEMPTY = -39, // Dir is not empty enumerator
|
| D | lfs.c | 3917 return LFS_ERR_NOTEMPTY; 4037 return LFS_ERR_NOTEMPTY;
|