Searched refs:lfs_dir_open (Results 1 - 2 of 2) sorted by relevance
/third_party/littlefs/ |
H A D | lfs.h | 653 int lfs_dir_open(lfs_t *lfs, lfs_dir_t *dir, const char *path);
|
H A D | lfs.c | 6123 int lfs_dir_open(lfs_t *lfs, lfs_dir_t *dir, const char *path) { function 6128 LFS_TRACE("lfs_dir_open(%p, %p, \"%s\")", (void*)lfs, (void*)dir, path); 6133 LFS_TRACE("lfs_dir_open -> %d", err);
|
Completed in 10 milliseconds