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