Home
last modified time | relevance | path

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

/third_party/littlefs/
H A Dlfs.h541 int lfs_removeattr(lfs_t *lfs, const char *path, uint8_t type);
H A Dlfs.c5907 int lfs_removeattr(lfs_t *lfs, const char *path, uint8_t type) { function
5912 LFS_TRACE("lfs_removeattr(%p, \"%s\", %"PRIu8")", (void*)lfs, path, type);
5916 LFS_TRACE("lfs_removeattr -> %d", err);

Completed in 9 milliseconds