Home
last modified time | relevance | path

Searched refs:ep0Path (Results 1 - 1 of 1) sorted by relevance

/developtools/hdc/src/daemon/
H A Ddaemon_usb.cpp160 string ep0Path = basePath + "/ep0"; in ConnectEPPoint() local
161 if ((controlEp = open(ep0Path.c_str(), O_RDWR)) < 0) { in ConnectEPPoint()
162 WRITE_LOG(LOG_WARN, "%s: cannot open control endpoint: errno=%d", ep0Path.c_str(), errno); in ConnectEPPoint()
166 WRITE_LOG(LOG_WARN, "%s: write ffs configs failed: errno=%d", ep0Path.c_str(), errno); in ConnectEPPoint()
170 WRITE_LOG(LOG_WARN, "%s: write USB_FFS_VALUE failed: errno=%d", ep0Path.c_str(), errno); in ConnectEPPoint()

Completed in 1 milliseconds