Searched refs:ofbind (Results 1 – 2 of 2) sorted by relevance
160 std::ofstream ofbind(bindPath, std::ofstream::out); in bindEEPROM() local161 if (!ofbind) in bindEEPROM()167 ofbind << i2cDeviceId; in bindEEPROM()168 ofbind.close(); in bindEEPROM()
139 std::ofstream ofbind(spiAspeedSMCPath + "/bind", std::ofstream::out); in bindSPIFlash() local140 ofbind << spiDev; in bindSPIFlash()141 ofbind.close(); in bindSPIFlash()