Searched refs:driverPath (Results 1 – 3 of 3) sorted by relevance
151 auto driverPath = getDriverPath(chipModel); in bindEEPROM() local152 if (driverPath.empty()) in bindEEPROM()159 auto bindPath = driverPath + "/bind"; in bindEEPROM()187 auto driverPath = getDriverPath(chipModel); in unbindEEPROM() local188 if (driverPath.empty()) in unbindEEPROM()195 auto unbindPath = driverPath + "/unbind"; in unbindEEPROM()219 auto driverPath = getDriverPath(chipModel); in isEEPROMBound() local221 if (driverPath.empty()) in isEEPROMBound()229 return std::filesystem::exists(driverPath + "/" + i2cDeviceId); in isEEPROMBound()
307 fs::path driverPath; member in updater::Updater
237 driverPath = in Updater()259 auto p = driverPath; in bindUnbind()