Searched refs:oom_file (Results 1 – 1 of 1) sorted by relevance
77 FilePath oom_file = oom_path.AppendASCII("oom_score_adj"); in AdjustOOMScore() local78 if (PathExists(oom_file)) { in AdjustOOMScore()83 return (score_len == WriteFile(oom_file, score_str.c_str(), score_len)); in AdjustOOMScore()88 oom_file = oom_path.AppendASCII("oom_adj"); in AdjustOOMScore()89 if (PathExists(oom_file)) { in AdjustOOMScore()98 return (score_len == WriteFile(oom_file, score_str.c_str(), score_len)); in AdjustOOMScore()