Home
last modified time | relevance | path

Searched defs:aio_block (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/core/fastboot/device/
H A Dusb.h31 struct aio_block { struct
32 std::vector<struct iocb> iocb;
33 std::vector<struct iocb*> iocbs;
34 std::vector<struct io_event> events;
35 aio_context_t ctx;
36 int num_submitted;
60 struct aio_block read_aiob; argument