Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dperfprofdcore.cc852 std::stringstream oomscore_path; in init() local
853 oomscore_path << "/proc/" << getpid() << "/oom_score_adj"; in init()
854 if (!android::base::WriteStringToFile("0", oomscore_path.str())) { in init()
855 W_ALOGE("unable to write to %s", oomscore_path.str().c_str()); in init()