Searched refs:mockVoltageLimitPath (Results 1 – 1 of 1) sorted by relevance
631 std::string mockVoltageLimitPath = chargerConfig.voltagePath; in InitChargerSysfs() local632 if (access(mockVoltageLimitPath.c_str(), 0) == -1) { in InitChargerSysfs()633 CreateFile(mockVoltageLimitPath, "0"); in InitChargerSysfs()