Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dusb_client.cpp38 constexpr const char* kUsbFfsFastbootEp0 = "/dev/usb-ffs/fastboot/ep0"; variable
199 LOG(INFO) << "opening control endpoint " << kUsbFfsFastbootEp0; in InitFunctionFs()
200 h->control.reset(open(kUsbFfsFastbootEp0, O_RDWR)); in InitFunctionFs()
202 PLOG(ERROR) << "cannot open control endpoint " << kUsbFfsFastbootEp0; in InitFunctionFs()
208 PLOG(ERROR) << "cannot write descriptors " << kUsbFfsFastbootEp0; in InitFunctionFs()
214 PLOG(ERROR) << "cannot write strings " << kUsbFfsFastbootEp0; in InitFunctionFs()