Searched refs:lfs_removeattr (Results 1 - 2 of 2) sorted by relevance
/third_party/littlefs/ |
H A D | lfs.h | 541 int lfs_removeattr(lfs_t *lfs, const char *path, uint8_t type);
|
H A D | lfs.c | 5907 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