Home
last modified time | relevance | path

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

/hardware/google/pixel/usb/
DI2cHelper.cpp77 string strBusNumber, i2cPathPartial, i2cClientPath; in getI2cClientPath() local
84 i2cPathPartial = hsi2cPath + "/i2c-" + strBusNumber; in getI2cClientPath()
85 dp = opendir(i2cPathPartial.c_str()); in getI2cClientPath()
94 return string(i2cPathPartial + "/" + devName + "/"); in getI2cClientPath()
98 return string(i2cPathPartial + "/" + i2cClientDevice + "/"); in getI2cClientPath()
105 ALOGE("Failed to open %s", i2cPathPartial.c_str()); in getI2cClientPath()