Home
last modified time | relevance | path

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

/test/py/tests/
A Dvboot_forge.py180 def parse_strings(strings): argument
184 strings = strings.split(b'\x00')
185 return StringsBlock(strings)
232 strings = fp.read(header.size_dt_strings)
233 strblock = parse_strings(strings)
315 strings = compose_strings(strblock)
317 header.size_dt_strings = len(strings)
318 fp.write(strings)
/test/boot/files/
A Dexpo_layout.dts17 /* value refers to the matching id in /strings */
35 /* menu items as simple strings */
72 strings {
/test/
A DKconfig112 manipulating Unicode strings work correctly.

Completed in 7 milliseconds