Searched refs:inPath (Results 1 – 1 of 1) sorted by relevance
181 string inPath = basePath + "/ep2"; in ConnectEPPoint() local182 if ((hUSB->bulkIn = open(inPath.c_str(), O_RDWR)) < 0) { in ConnectEPPoint()183 WRITE_LOG(LOG_WARN, "%s: cannot open bulk-in ep: errno=%d", inPath.c_str(), errno); in ConnectEPPoint()