Home
last modified time | relevance | path

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

/external/chromium_org/base/process/
Dmemory_linux.cc179 int score_len = static_cast<int>(score_str.length()); in AdjustOOMScore() local
180 return (score_len == WriteFile(oom_file, score_str.c_str(), score_len)); in AdjustOOMScore()
194 int score_len = static_cast<int>(score_str.length()); in AdjustOOMScore() local
195 return (score_len == WriteFile(oom_file, score_str.c_str(), score_len)); in AdjustOOMScore()