Home
last modified time | relevance | path

Searched full:string (Results 1 – 5 of 5) sorted by relevance

/littlefs-2.7.6/
DSPEC.md278 The data contains the file name stored as an ASCII string (may be expanded to
304 2. **file name** - File name stored as an ASCII string.
354 string "littlefs", while the inline-struct tag contains version and
363 ^ ^ ^ ^- size (8) ^- magic string ("littlefs")
383 1. **Magic string (8-bytes)** - Magic string indicating the presence of
384 littlefs on the device. Must be the string "littlefs".
Dlfs_util.h25 #include <string.h>
D.travis.yml318 .captures[].string | tonumber) | max + 1' \
Dlfs.h253 // Name of the file stored as a null-terminated string. Limited to
/littlefs-2.7.6/scripts/
Dexplode_asserts.py185 'string': [r'"(?:\\.|[^"])*"', r"'(?:\\.|[^'])\'"],
319 elif p.accept('assert', 'ws', 'string', 'op', None):