Home
last modified time | relevance | path

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

/third_party/littlefs/
H A Dlfs.h506 int lfs_stat(lfs_t *lfs, const char *path, struct lfs_info *info);
H A Dlfs.c5858 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