Searched refs:LFS_O_TRUNC (Results 1 - 2 of 2) sorted by relevance
/third_party/littlefs/ | ||
H A D | lfs.h | 133 LFS_O_TRUNC = 0x0400, // Truncate the existing file to zero size enumerator |
H A D | lfs.c | 3081 } else if (flags & LFS_O_TRUNC) { |
Completed in 10 milliseconds