Searched refs:sysBattCurrentAvgPath (Results 1 – 1 of 1) sorted by relevance
372 …std::string sysBattCurrentAvgPath = SYSTEM_BATTERY_PATH + "/" + currentAvgNode + "/" + "current_av… in ReadCurrentAverageSysfs() local374 int fd = open(sysBattCurrentAvgPath.c_str(), O_RDONLY); in ReadCurrentAverageSysfs()