Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dusb_client.cpp39 constexpr const char* kUsbFfsFastbootOut = "/dev/usb-ffs/fastboot/ep1"; variable
221 h->bulk_out.reset(open(kUsbFfsFastbootOut, O_RDONLY)); in InitFunctionFs()
223 PLOG(ERROR) << "cannot open bulk-out endpoint " << kUsbFfsFastbootOut; in InitFunctionFs()