Home
last modified time | relevance | path

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

/third_party/littlefs/
H A Dlfs.h489 int lfs_remove(lfs_t *lfs, const char *path);
H A Dlfs.c5827 int lfs_remove(lfs_t *lfs, const char *path) { function
5832 LFS_TRACE("lfs_remove(%p, \"%s\")", (void*)lfs, path);
5836 LFS_TRACE("lfs_remove -> %d", err);

Completed in 10 milliseconds