Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libfastboot/src/
Dlib.rs1305 fn test_download_size(download_buffer_size: usize, download_size: usize, msg: &str) { in test_download_size() function
1317 test_download_size(1024, 1025, "FAILDownload size is too big"); in test_download_download_size_too_big()
1322 test_download_size(1024, 0, "FAILZero download size"); in test_download_zero_download_size()