Lines Matching refs:LFS_ERR_NOENT
190 lfs_stat(&lfs, "dirt", &info) => LFS_ERR_NOENT;
191 lfs_stat(&lfs, "dirt/ground", &info) => LFS_ERR_NOENT;
192 lfs_stat(&lfs, "dirt/ground/earth", &info) => LFS_ERR_NOENT;
194 lfs_remove(&lfs, "dirt") => LFS_ERR_NOENT;
195 lfs_remove(&lfs, "dirt/ground") => LFS_ERR_NOENT;
196 lfs_remove(&lfs, "dirt/ground/earth") => LFS_ERR_NOENT;
198 lfs_mkdir(&lfs, "dirt/ground") => LFS_ERR_NOENT;
201 => LFS_ERR_NOENT;
202 lfs_mkdir(&lfs, "dirt/ground/earth") => LFS_ERR_NOENT;
204 => LFS_ERR_NOENT;
263 lfs_stat(&lfs, "littlefs", &info) => LFS_ERR_NOENT;
264 lfs_remove(&lfs, "littlefs") => LFS_ERR_NOENT;
271 lfs_stat(&lfs, "littlefs", &info) => LFS_ERR_NOENT;