Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dusb.h29 struct aio_block { struct
30 std::vector<struct iocb> iocb;
31 std::vector<struct iocb*> iocbs;
32 std::vector<struct io_event> events;
56 struct aio_block read_aiob; argument