Searched refs:LFS_O_EXCL (Results 1 - 2 of 2) sorted by relevance
/third_party/littlefs/ | ||
H A D | lfs.h | 132 LFS_O_EXCL = 0x0200, // Fail if a file already exists enumerator |
H A D | lfs.c | 3073 } else if (flags & LFS_O_EXCL) { |
Completed in 10 milliseconds