Home
last modified time | relevance | path

Searched refs:lfs_dir_open (Results 1 - 2 of 2) sorted by relevance

/third_party/littlefs/
H A Dlfs.h653 int lfs_dir_open(lfs_t *lfs, lfs_dir_t *dir, const char *path);
H A Dlfs.c6123 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