Home
last modified time | relevance | path

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

/test/py/tests/vboot/
A Dsandbox-binman.dts13 content = <&image>;
A Dsandbox-binman-pss.dts13 content = <&image>;
/test/py/tests/test_fs/test_squashfs/
A Dsqfs_common.py76 content = 'x' * file_size
79 file.write(content)
/test/py/tests/test_fs/
A Dtest_erofs.py17 content = 'x' * size
19 file.write(content)
/test/py/tests/
A Dvboot_evil.py168 def modify_prop_content(dt_struct, prop_offset, content): argument
189 added_data = struct.pack('>II', len(content), nameoff)
190 added_data += content

Completed in 23 milliseconds