Searched refs:speedPath (Results 1 – 1 of 1) sorted by relevance
151 char speedPath[MAX_PATH] = {0}; in AddFanSensorNode() local168 ret = snprintf_s(speedPath, MAX_PATH, sizeof(speedPath) - ARG_1, "%s/%s", nodePath, "speed"); in AddFanSensorNode()172 CreateNodeFile(static_cast<std::string>(speedPath)); in AddFanSensorNode()174 WriteFile(speedPath, speed, speed.length()); in AddFanSensorNode()