Searched refs:lfs_stat (Results 1 - 2 of 2) sorted by relevance
/third_party/littlefs/ |
H A D | lfs.h | 506 int lfs_stat(lfs_t *lfs, const char *path, struct lfs_info *info);
|
H A D | lfs.c | 5858 int lfs_stat(lfs_t *lfs, const char *path, struct lfs_info *info) { function 5863 LFS_TRACE("lfs_stat(%p, \"%s\", %p)", (void*)lfs, path, (void*)info); 5867 LFS_TRACE("lfs_stat -> %d", err);
|
Completed in 10 milliseconds