Home
last modified time | relevance | path

Searched refs:lfs_path_islast (Results 1 – 1 of 1) sorted by relevance

/littlefs-latest/
Dlfs.c294 static inline bool lfs_path_islast(const char *path) { in lfs_path_islast() function
2642 if (!(err == LFS_ERR_NOENT && lfs_path_islast(path))) { in lfs_mkdir_()
3096 if (tag < 0 && !(tag == LFS_ERR_NOENT && lfs_path_islast(path))) {
3984 !(prevtag == LFS_ERR_NOENT && lfs_path_islast(newpath))) {