Searched refs:LFS_ERR_NOTEMPTY (Results 1 – 5 of 5) sorted by relevance
/littlefs-3.7.0-3.6.0/tests/ |
D | test_dirs.toml | 571 lfs_remove(&lfs, "potato") => LFS_ERR_NOTEMPTY; 588 lfs_remove(&lfs, "hotpotato") => LFS_ERR_NOTEMPTY; 595 lfs_rename(&lfs, "coldpotato", "hotpotato") => LFS_ERR_NOTEMPTY; 596 lfs_remove(&lfs, "coldpotato") => LFS_ERR_NOTEMPTY; 597 lfs_remove(&lfs, "hotpotato") => LFS_ERR_NOTEMPTY; 599 lfs_rename(&lfs, "coldpotato", "hotpotato") => LFS_ERR_NOTEMPTY; 600 lfs_remove(&lfs, "coldpotato") => LFS_ERR_NOTEMPTY; 601 lfs_remove(&lfs, "hotpotato") => LFS_ERR_NOTEMPTY; 605 lfs_remove(&lfs, "hotpotato") => LFS_ERR_NOTEMPTY; 631 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);
|
/littlefs-3.7.0-3.6.0/ |
D | lfs.h | 79 LFS_ERR_NOTEMPTY = -39, // Dir is not empty enumerator
|
D | lfs.c | 3855 return LFS_ERR_NOTEMPTY; 3967 return LFS_ERR_NOTEMPTY;
|