Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dperfprofdcore.cc625 std::stringstream oomscore_path; in CommonInit() local
626 oomscore_path << "/proc/" << getpid() << "/oom_score_adj"; in CommonInit()
627 if (!android::base::WriteStringToFile("0", oomscore_path.str())) { in CommonInit()
628 LOG(ERROR) << "unable to write to " << oomscore_path.str(); in CommonInit()