Searched refs:oomScoreAdjStr (Results 1 – 1 of 1) sorted by relevance
101 std::string oomScoreAdjStr; in KernelAllocationStats_getDmabufAllocations() local102 if (!ReadFileToString(StringPrintf("/proc/%d/oom_score_adj", pid), &oomScoreAdjStr)) { in KernelAllocationStats_getDmabufAllocations()108 .oomScoreAdj = atoi(oomScoreAdjStr.c_str())}; in KernelAllocationStats_getDmabufAllocations()