Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/libtrusty-rs/tests/
H A Dtest.rs17 let read_len = connection.recv_no_alloc(recv_buf.as_mut_slice()).unwrap(); in recv_no_alloc() localVariable
21 read_len, in recv_no_alloc()
24 read_len, in recv_no_alloc()
/aosp14/system/core/fastboot/device/
H A Dusb.cpp108 int read_len = std::min(USB_FFS_BULK_SIZE, len); in usb_ffs_read() local
109 int n = read(h->bulk_out.get(), buf, read_len); in usb_ffs_read()
122 if (allow_partial && n < read_len) { in usb_ffs_read()