Searched refs:LFS_ERR_NOTEMPTY (Results 1 – 5 of 5) sorted by relevance
/littlefs-3.5.0-3.4.0/tests/ |
D | test_dirs.toml | 502 lfs_remove(&lfs, "potato") => LFS_ERR_NOTEMPTY; 519 lfs_remove(&lfs, "hotpotato") => LFS_ERR_NOTEMPTY; 526 lfs_rename(&lfs, "coldpotato", "hotpotato") => LFS_ERR_NOTEMPTY; 527 lfs_remove(&lfs, "coldpotato") => LFS_ERR_NOTEMPTY; 528 lfs_remove(&lfs, "hotpotato") => LFS_ERR_NOTEMPTY; 530 lfs_rename(&lfs, "coldpotato", "hotpotato") => LFS_ERR_NOTEMPTY; 531 lfs_remove(&lfs, "coldpotato") => LFS_ERR_NOTEMPTY; 532 lfs_remove(&lfs, "hotpotato") => LFS_ERR_NOTEMPTY; 536 lfs_remove(&lfs, "hotpotato") => LFS_ERR_NOTEMPTY; 562 lfs_remove(&lfs, "hotpotato") => LFS_ERR_NOTEMPTY; [all …]
|
D | test_relocations.toml | 201 assert(!err || err == LFS_ERR_NOTEMPTY); 275 assert(!err || err == LFS_ERR_NOTEMPTY); 297 assert(!err || err == LFS_ERR_NOTEMPTY);
|
D | test_orphans.toml | 112 assert(!err || err == LFS_ERR_NOTEMPTY);
|
/littlefs-3.5.0-3.4.0/ |
D | lfs.h | 81 LFS_ERR_NOTEMPTY = -39, // Dir is not empty enumerator
|
D | lfs.c | 3653 return LFS_ERR_NOTEMPTY; 3765 return LFS_ERR_NOTEMPTY;
|