Home
last modified time | relevance | path

Searched refs:found (Results 1 – 5 of 5) sorted by relevance

/littlefs-2.7.6/scripts/
Dexplode_asserts.py195 def __init__(self, expected, found): argument
197 self.found = found
201 self.expected, repr(self.found)[:70])
Dtest.py748 found in the \"{0}\" directory. Here, you can specify a different \
/littlefs-2.7.6/
DREADME.md95 can be found in the comments in [lfs.h](lfs.h).
122 errors can be either one of those found in the `enum lfs_error` in
183 More details on how littlefs works can be found in [DESIGN.md](DESIGN.md) and
195 [emulated block device](emubd/lfs_emubd.h) found in the emubd directory.
DSPEC.md138 valid. This valid bit is the first bit found in the tag and the commit and can
331 purpose as a superblock found in other filesystems, in littlefs the superblock
495 found in the [DESIGN.md](DESIGN.md#ctz-skip-lists).
549 the chunk field, and the user attribute itself can be found in the tag's data.
668 distributed across the filesystem such that the global state can be found by
DDESIGN.md552 of 4x the original size. I imagine users would not be happy if they found
1315 so following the precedent found in other filesystems we could give each file
1551 only containing metadata pairs found in our filesystem, it is allowed to
1839 is found. Unfortunately this interacts poorly with our threaded tree and