Home
last modified time | relevance | path

Searched refs:lfs_removeattr (Results 1 – 3 of 3) sorted by relevance

/third_party/littlefs/tests/
Dtest_attrs.toml31 lfs_removeattr(&lfs, "hello", 'B') => 0;
109 lfs_removeattr(&lfs, "/", 'B') => 0;
/third_party/littlefs/
Dlfs.h511 int lfs_removeattr(lfs_t *lfs, const char *path, uint8_t type);
Dlfs.c5457 int lfs_removeattr(lfs_t *lfs, const char *path, uint8_t type) { function