Searched refs:mockCurrentLimitPath (Results 1 – 1 of 1) sorted by relevance
626 std::string mockCurrentLimitPath = chargerConfig.currentPath; in InitChargerSysfs() local627 if (access(mockCurrentLimitPath.c_str(), 0) == -1) { in InitChargerSysfs()628 CreateFile(mockCurrentLimitPath, "0"); in InitChargerSysfs()