Home
last modified time | relevance | path

Searched refs:psdir (Results 1 – 1 of 1) sorted by relevance

/system/extras/perfprofd/
Dperfprofdcore.cc363 std::string psdir("/sys/class/power_supply"); in get_charging() local
364 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()