Lines Matching refs:LFS_ERR_NOENT
203 assert(err == 0 || err == LFS_ERR_NOENT);
462 assert(err == 0 || err == LFS_ERR_NOENT);
585 lfs_remove(&lfs, "potato") => LFS_ERR_NOENT;
586 lfs_remove(&lfs, "coldpotato") => LFS_ERR_NOENT;
587 lfs_remove(&lfs, "warmpotato") => LFS_ERR_NOENT;
604 lfs_remove(&lfs, "coldpotato") => LFS_ERR_NOENT;
712 lfs_remove(&lfs, "prickly-pear") => LFS_ERR_NOENT;
716 lfs_remove(&lfs, "prickly-pear") => LFS_ERR_NOENT;
741 lfs_dir_open(&lfs, &dir, "tomato") => LFS_ERR_NOENT;
743 lfs_file_open(&lfs, &file, "tomato", LFS_O_RDONLY) => LFS_ERR_NOENT;
745 lfs_file_open(&lfs, &file, "tomato", LFS_O_WRONLY) => LFS_ERR_NOENT;