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

/external/chromium_org/base/process/
H A Dmemory_linux.cc176 std::string score_str = IntToString(score); local
178 << score_str; local
179 int score_len = static_cast<int>(score_str.length());
180 return (score_len == WriteFile(oom_file, score_str.c_str(), score_len));
192 std::string score_str = IntToString(converted_score); local
193 DVLOG(1) << "Adjusting oom_adj of " << process << " to " << score_str; local
194 int score_len = static_cast<int>(score_str.length());
195 return (score_len == WriteFile(oom_file, score_str.c_str(), score_len));

Completed in 62 milliseconds