Searched refs:psdir (Results 1 – 1 of 1) sorted by relevance
363 std::string psdir("/sys/class/power_supply"); in get_charging() local364 DIR* dir = opendir(psdir.c_str()); in get_charging()366 W_ALOGE("Failed to open dir %s (%s)", psdir.c_str(), strerror(errno)); in get_charging()373 std::string online_path = psdir + "/" + e->d_name + "/online"; in get_charging()