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.cc159 int score_len = static_cast<int>(score_str.length()); in AdjustOOMScore() local
160 return (score_len == file_util::WriteFile(oom_file, in AdjustOOMScore()
162 score_len)); in AdjustOOMScore()
176 int score_len = static_cast<int>(score_str.length()); in AdjustOOMScore() local
177 return (score_len == file_util::WriteFile(oom_file, in AdjustOOMScore()
179 score_len)); in AdjustOOMScore()