Searched refs:lfs_removeattr (Results 1 – 3 of 3) sorted by relevance
31 lfs_removeattr(&lfs, "hello", 'B') => 0;109 lfs_removeattr(&lfs, "/", 'B') => 0;
511 int lfs_removeattr(lfs_t *lfs, const char *path, uint8_t type);
5463 int lfs_removeattr(lfs_t *lfs, const char *path, uint8_t type) { function