Home
last modified time | relevance | path

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

/third_party/littlefs/
H A Dlfs.h646 int lfs_mkdir(lfs_t *lfs, const char *path);
H A Dlfs.c4937 // during operations such as lfs_mkdir
6108 int lfs_mkdir(lfs_t *lfs, const char *path) { function
6113 LFS_TRACE("lfs_mkdir(%p, \"%s\")", (void*)lfs, path);
6117 LFS_TRACE("lfs_mkdir -> %d", err);

Completed in 9 milliseconds