HomeSort by relevance Sort by last modified time
    Searched full:score_len (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/base/process/
memory_linux.cc 179 int score_len = static_cast<int>(score_str.length()); local
180 return (score_len == WriteFile(oom_file, score_str.c_str(), score_len));
194 int score_len = static_cast<int>(score_str.length()); local
195 return (score_len == WriteFile(oom_file, score_str.c_str(), score_len));

Completed in 82 milliseconds