Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dmemory_linux.cc79 std::string score_str = IntToString(score); in AdjustOOMScore() local
81 << score_str; in AdjustOOMScore()
82 int score_len = static_cast<int>(score_str.length()); in AdjustOOMScore()
83 return (score_len == WriteFile(oom_file, score_str.c_str(), score_len)); in AdjustOOMScore()
95 std::string score_str = IntToString(converted_score); in AdjustOOMScore() local
96 DVLOG(1) << "Adjusting oom_adj of " << process << " to " << score_str; in AdjustOOMScore()
97 int score_len = static_cast<int>(score_str.length()); in AdjustOOMScore()
98 return (score_len == WriteFile(oom_file, score_str.c_str(), score_len)); in AdjustOOMScore()