Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/gs101/usb/gadget/
DUsbGadget.cpp501 char i2cClientPathLabeled[PATH_MAX]; in getI2cClientPath() local
514 snprintf(i2cClientPathLabeled, sizeof(i2cClientPathLabeled), in getI2cClientPath()
520 dp = opendir(i2cClientPathLabeled); in getI2cClientPath()
522 mI2cClientPath.assign(i2cClientPathLabeled); in getI2cClientPath()
/aosp_15_r20/device/google/gs101/usb/usb/
DUsb.cpp266 char i2cClientPathLabeled[PATH_MAX]; in getI2cClientPath() local
279 snprintf(i2cClientPathLabeled, sizeof(i2cClientPathLabeled), in getI2cClientPath()
285 dp = opendir(i2cClientPathLabeled); in getI2cClientPath()
287 mI2cClientPath.assign(i2cClientPathLabeled); in getI2cClientPath()