Searched refs:busPath (Results 1 – 2 of 2) sorted by relevance
/hardware/google/pixel/usb/ |
D | UsbBusHelper.cpp | 30 static string getBusNumberString(const string busType, const string busPath) { in getBusNumberString() argument 31 DIR *dp = opendir(busPath.c_str()); in getBusNumberString() 48 ALOGE("Failed to find the %s sub dir under %s", busType.c_str(), busPath.c_str()); in getBusNumberString() 52 ALOGE("Failed to open %s", busPath.c_str()); in getBusNumberString() 77 string getBusClientPath(const string busType, const string busPath, const string devName, in getBusClientPath() argument 82 strBusNumber = getBusNumberString(busType, busPath); in getBusClientPath() 87 busPathPartial = busPath + "/" + busType + "-" + strBusNumber; in getBusClientPath()
|
/hardware/google/pixel/usb/include/pixelusb/ |
D | UsbBusHelper.h | 31 string getBusClientPath(const string busType, const string busPath, const string devName,
|