Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libfastboot/src/
Dlib.rs1142 fn add_length_prefixed_input(&mut self, data: &[u8]) { in add_length_prefixed_input() method
1554 tcp_stream.add_length_prefixed_input(b"getvar:max-download-size"); in test_fastboot_tcp()
1555 tcp_stream.add_length_prefixed_input( in test_fastboot_tcp()
1558 tcp_stream.add_length_prefixed_input(&download_content[..]); in test_fastboot_tcp()