Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/gs101/usb/gadget/
DUsbGadget.cpp502 char i2cClientPathUnLabeled[PATH_MAX]; in getI2cClientPath() local
516 snprintf(i2cClientPathUnLabeled, sizeof(i2cClientPathUnLabeled), in getI2cClientPath()
527 dp = opendir(i2cClientPathUnLabeled); in getI2cClientPath()
529 mI2cClientPath.assign(i2cClientPathUnLabeled); in getI2cClientPath()
/aosp_15_r20/device/google/gs101/usb/usb/
DUsb.cpp267 char i2cClientPathUnLabeled[PATH_MAX]; in getI2cClientPath() local
281 snprintf(i2cClientPathUnLabeled, sizeof(i2cClientPathUnLabeled), in getI2cClientPath()
292 dp = opendir(i2cClientPathUnLabeled); in getI2cClientPath()
294 mI2cClientPath.assign(i2cClientPathUnLabeled); in getI2cClientPath()