Searched refs:LFS_ERR_NOTDIR (Results 1 – 4 of 4) sorted by relevance
| /littlefs-latest/tests/ |
| D | test_paths.toml | 174 lfs_dir_open(&lfs, &dir, "coffee/drip") => LFS_ERR_NOTDIR; 175 lfs_dir_open(&lfs, &dir, "coffee/coldbrew") => LFS_ERR_NOTDIR; 176 lfs_dir_open(&lfs, &dir, "coffee/turkish") => LFS_ERR_NOTDIR; 177 lfs_dir_open(&lfs, &dir, "coffee/tubruk") => LFS_ERR_NOTDIR; 178 lfs_dir_open(&lfs, &dir, "coffee/vietnamese") => LFS_ERR_NOTDIR; 179 lfs_dir_open(&lfs, &dir, "coffee/thai") => LFS_ERR_NOTDIR; 423 lfs_dir_open(&lfs, &dir, "/coffee/drip") => LFS_ERR_NOTDIR; 424 lfs_dir_open(&lfs, &dir, "/coffee/coldbrew") => LFS_ERR_NOTDIR; 425 lfs_dir_open(&lfs, &dir, "/coffee/turkish") => LFS_ERR_NOTDIR; 426 lfs_dir_open(&lfs, &dir, "/coffee/tubruk") => LFS_ERR_NOTDIR; [all …]
|
| D | test_dirs.toml | 750 lfs_dir_open(&lfs, &dir, "burito") => LFS_ERR_NOTDIR; 761 lfs_rename(&lfs, "potato", "tacoto") => LFS_ERR_NOTDIR;
|
| /littlefs-latest/ |
| D | lfs.h | 76 LFS_ERR_NOTDIR = -20, // Entry is not a dir enumerator
|
| D | lfs.c | 1560 return LFS_ERR_NOTDIR; in lfs_dir_find() 2734 return LFS_ERR_NOTDIR; in lfs_dir_open_() 3118 err = LFS_ERR_NOTDIR; 3879 return LFS_ERR_NOTDIR; 3998 return LFS_ERR_NOTDIR; 4016 : LFS_ERR_NOTDIR;
|